summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2017-07-09 11:12:27 -0600
committerAaron Ball <nullspoon@oper.io>2017-07-09 11:12:27 -0600
commitd81e5efb29fce07715c81b1ffbc145c2b7cf8619 (patch)
tree31e7a6814b165632b6535fe3be214f9d505c0e5c
parentcc52eed99645527402549e9ecbe6f582d34deeb5 (diff)
downloadoper.io-d81e5efb29fce07715c81b1ffbc145c2b7cf8619.tar.gz
oper.io-d81e5efb29fce07715c81b1ffbc145c2b7cf8619.tar.xz
res/cgit.css:Updated hover styles for reposection
Hover backgrounds are lighter now, and text darkens on hover, rather than lightens. Also fixed a bug where hover over a title would yield a background the same color as the text.
-rw-r--r--res/cgit.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/res/cgit.css b/res/cgit.css
index 5284d59..2e0bb56 100644
--- a/res/cgit.css
+++ b/res/cgit.css
@@ -154,13 +154,16 @@ div#cgit table.list tr th a:visited {
-div#cgit table.list tr td.reposection,
-div#cgit table.list tr td.reposection:hover {
+div#cgit table.list tr td.reposection {
font-size:1.2em;
font-style:italic;
color:#555;
}
+div#cgit table.list tr td.reposection:hover {
+ color:#222;
+}
+
div#cgit table.list tr td.sublevel-repo {
padding-left:20px;
}
@@ -181,8 +184,8 @@ div#cgit table.list tr:hover,
div#cgit table.list tr:hover td a:link,
div#cgit table.list tr:hover td a:visited,
div#cgit table.list tr:hover td a:active {
- background-color: #555;
- color:#eee;
+ background-color: #ccc;
+ color:#222;
}

Generated by cgit