aboutsummaryrefslogtreecommitdiffstats
path: root/src/css
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-01-10 11:23:28 -0500
committergorhill <rhill@raymondhill.net>2015-01-10 11:23:28 -0500
commit9fc136e7e87ac8bb04edac9c74ae21b7f0ad8b71 (patch)
treee31f7540e091a937ea74a04487000abe3f55c0ae /src/css
parentfdb87a40b3b543c1d741408efc2c49a3209a0bb8 (diff)
downloaduBlock-9fc136e7e87ac8bb04edac9c74ae21b7f0ad8b71.zip
uBlock-9fc136e7e87ac8bb04edac9c74ae21b7f0ad8b71.tar.gz
uBlock-9fc136e7e87ac8bb04edac9c74ae21b7f0ad8b71.tar.bz2
hopefully this fixes #470
Diffstat (limited to 'src/css')
-rw-r--r--src/css/popup.css34
1 files changed, 29 insertions, 5 deletions
diff --git a/src/css/popup.css b/src/css/popup.css
index a905873..2d6956d 100644
--- a/src/css/popup.css
+++ b/src/css/popup.css
@@ -79,7 +79,7 @@ p {
#switch .fa:hover {
opacity: 0.9;
}
-#switch .fa.off {
+#switch.off .fa {
color: #ccc;
}
#switch-hint {
@@ -116,18 +116,42 @@ p {
color: #444;
}
+body.advancedUser #dfToggler {
+ cursor: pointer;
+ }
body.advancedUser #dfToggler:before {
color: gray;
- content: '\202F+\202F';
- cursor: pointer;
+ content: '+\202F';
font-size: 14px;
line-height: 14px;
- z-index: 10;
}
body.advancedUser #panes.dfEnabled #dfToggler:before {
- content: '\202F\2212\202F';
+ content: '\2212\202F';
}
+#refresh {
+ background-color: #ffe;
+ border: 1px solid #eec;
+ border-radius: 4px;
+ bottom: 4px;
+ color: #888;
+ cursor: pointer;
+ display: none;
+ font-size: 40px;
+ left: 4px;
+ line-height: 40px;
+ padding: 4px 8px;
+ position: absolute;
+ right: 4px;
+ text-align: center;
+ }
+body.dirty #refresh {
+ display: block;
+ }
+body.dirty #refresh:hover {
+ color: black;
+ }
+
#dynamicFilteringContainer {
border: 0;
font-size: 12px;