commit 10adb8f36b7d040ce7397b4763ac80e1b5ff847e
parent 014e9ce1fc9bee08284c1a2dfd8c67b78bbab384
Author: Servail <45024837+Servail@users.noreply.github.com>
Date: Tue, 9 Jul 2019 16:19:28 +0300
Update extensions.css
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/chrome/mozapps/extensions/extensions.css b/src/chrome/mozapps/extensions/extensions.css
@@ -272,9 +272,9 @@
#header-search {
margin: 0;
-moz-appearance: none;
- background-color: rgb(50,50,50);
+ background-color: rgb(0,0,0);
color: #fff;
- border: 1px solid rgb(75,75,75);
+ border: 1px solid rgb(64,64,64);
border-radius: 5px;
padding: 4px 5px;
}
@@ -291,7 +291,7 @@
}
.view-header {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
padding: 4px;
margin: 0;
min-height: 31px;
@@ -592,7 +592,7 @@
}
.addon[selected] {
- background-color: rgb(110,110,110);
+ background-color: rgb(1,1,1);
color: #fff;
}
@@ -662,7 +662,7 @@
/*** discover view ***/
#discover-browser {
- background: rgb(150,150,150);
+ background: rgb(3,3,3);
}
/*** detail view ***/
@@ -753,7 +753,7 @@
border: 1px solid #DDD;
margin-bottom: 2em;
padding: 1em;
- background-color: #EEE;
+ background-color: #000;
}
#detail-contrib-description {
@@ -895,7 +895,7 @@ menulist { /* Fixes some styling inconsistencies */
/*** download progress ***/
.download-progress {
- background-color: rgba(151,152,153,.05);
+ background-color: rgba(0,0,0,.05);
background-image: linear-gradient(rgba(251, 252, 253, 0.95), rgba(246, 247, 248, 0.47) 49%,
rgba(231, 232, 233, 0.45) 51%, rgba(225, 226, 229, 0.3));
background-clip: padding-box;