commit c60dd47ddb9a4de821be61c518976aec0a3b5389
parent 0a55b606fd5eb2d7113fee8d8a6b7f9b9c625498
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 15:00:32 +0300
Update pageInfo.css
Diffstat:
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/src/chrome/browser/pageInfo.css b/src/chrome/browser/pageInfo.css
@@ -20,19 +20,19 @@
}
#viewGroup > radio:hover {
- background-color: rgb(75,75,75);
+ background-color: rgb(0,0,0);
color: #fff;
}
#viewGroup > radio[selected="true"] {
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
color: #fff;
}
#topBar {
- border-bottom: 1px solid rgb(75,75,75);
+ border-bottom: 1px solid rgb(64,64,64);
padding-inline-start: 10px;
- background-color: rgb(43,43,43);
+ background-color: rgb(0,0,0);
color: #fff;
}
@@ -194,12 +194,12 @@ treechildren::-moz-tree-cell-text(broken) {
}
#feedListbox richlistitem[selected="true"] {
- background-color: rgb(110,110,110);
+ background-color: rgb(0,0,0);
color: #fff;
}
#feedListbox {
- border: 1px solid rgb(75,75,75);
+ border: 1px solid rgb(64,64,64);
}
.feedTitle {
@@ -210,8 +210,8 @@ treechildren::-moz-tree-cell-text(broken) {
#permList {
margin-top: .5em;
overflow: auto;
- border: 1px solid rgb(75,75,75);
- background-color: rgb(43,43,43);
+ border: 1px solid rgb(64,64,64);
+ background-color: rgb(0,0,0);
color: #fff;
}
@@ -221,7 +221,7 @@ treechildren::-moz-tree-cell-text(broken) {
padding-inline-start: 7px;
padding-inline-end: 7px;
min-height: 25px;
- border-bottom: 1px dotted rgb(75,75,75);
+ border-bottom: 1px dotted rgb(64,64,64);
}
.permissionLabel {
@@ -230,7 +230,7 @@ treechildren::-moz-tree-cell-text(broken) {
}
.permission:hover {
- background-color: rgb(75,75,75);
+ background-color: rgb(0,0,0);
}
/* Security Tab */