aboutsummaryrefslogtreecommitdiffstats
path: root/src/css/dashboard-common.css
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-17 18:10:23 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2015-10-17 18:10:23 +0200
commitea0c3f8ecde7d6e418ddfc8c6f58cb2bbf1e84c7 (patch)
treef5f542e168df6b8da261ee0d95476a254fff9139 /src/css/dashboard-common.css
parent2a260e13033aa80f474f3c7ca2f7f4ca4aec2f54 (diff)
parent230639d959468fc67c7ca5cf0249009eee0853b8 (diff)
downloaduBlock-ea0c3f8ecde7d6e418ddfc8c6f58cb2bbf1e84c7.zip
uBlock-ea0c3f8ecde7d6e418ddfc8c6f58cb2bbf1e84c7.tar.gz
uBlock-ea0c3f8ecde7d6e418ddfc8c6f58cb2bbf1e84c7.tar.bz2
Merge branch 'upstream'
Diffstat (limited to 'src/css/dashboard-common.css')
-rw-r--r--src/css/dashboard-common.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/css/dashboard-common.css b/src/css/dashboard-common.css
index b291720..b23e0ca 100644
--- a/src/css/dashboard-common.css
+++ b/src/css/dashboard-common.css
@@ -15,6 +15,12 @@ h3 {
a {
text-decoration: none;
}
+a.info {
+ color: #ccc;
+ }
+a.info:hover {
+ color: #444;
+ }
button {
padding: 0.33em;
}