barryserver-git
Barry Updated styles e2c5b05 (5 years ago)
diff --git a/git.php b/git.php
index ea244d0..a73406f 100644
--- a/git.php
+++ b/git.php
@@ -69,10 +69,14 @@ $FOOTER = "BarryServer Git Browser";
}
/* Selected Links */
- a:focus {
+ a:active, a:focus {
outline: none;
color: red;
}
+ /* Links */
+ a, a:visited {
+ color: blue;
+ }
/* Folders, Files, Repositories and Branches*/
.folder, .file, .repo, .branch {
@@ -96,6 +100,10 @@ $FOOTER = "BarryServer Git Browser";
border: 1px solid blue;
color: white;
}
+ /* Visited Folders, Files, Repositories and Branches */
+ .folder:active, .file:active, .repo:active, .branch:active, .folder:visited, .file:visited, .repo:visited, .branch:visited {
+ color: white;
+ }
/* Icons */
.folder::before {
@@ -116,6 +124,9 @@ $FOOTER = "BarryServer Git Browser";
font-weight: bold;
color: orange;
}
+ .path a:focus, .path a:active {
+ color: red;
+ }
/* Description Text */
.description {