summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorServail <45024837+Servail@users.noreply.github.com>2019-07-09 14:26:55 +0300
committerGitHub <noreply@github.com>2019-07-09 14:26:55 +0300
commit9720dff674179df372ed99304831f07b85527dba (patch)
tree46fee635d9bf1514eab4ef586baae0b3cb2ddce5 /src
parentd6df638aee54a970f5531ff543577b658ca72ce6 (diff)
Update downloads.css
Diffstat (limited to 'src')
-rw-r--r--src/chrome/browser/downloads/downloads.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/chrome/browser/downloads/downloads.css b/src/chrome/browser/downloads/downloads.css
index 6e25f75..e9ba951 100644
--- a/src/chrome/browser/downloads/downloads.css
+++ b/src/chrome/browser/downloads/downloads.css
@@ -22,8 +22,8 @@
22} 22}
23 23
24#downloadsFooter { 24#downloadsFooter {
25 background: rgb(75,75,75); 25 background: rgb(0,0,0);
26 border-top: 1px solid rgb(75,75,75); 26 border-top: 1px solid rgb(64,64,64);
27} 27}
28 28
29#downloadsHistory { 29#downloadsHistory {
@@ -33,7 +33,7 @@
33} 33}
34 34
35#downloadsPanel[keyfocus] > #downloadsFooter > #downloadsHistory:focus { 35#downloadsPanel[keyfocus] > #downloadsFooter > #downloadsHistory:focus {
36 outline: 1px rgb(75,75,75) dotted; 36 outline: 1px rgb(64,64,64) dotted;
37 outline-offset: -1px; 37 outline-offset: -1px;
38} 38}
39 39
@@ -58,7 +58,7 @@ richlistitem[type="download"] {
58} 58}
59 59
60#downloadsPanel[keyfocus] > #downloadsFooter > #downloadsSummary:focus { 60#downloadsPanel[keyfocus] > #downloadsFooter > #downloadsSummary:focus {
61 outline: 1px rgb(75,75,75) dotted; 61 outline: 1px rgb(64,64,64) dotted;
62 outline-offset: -5px; 62 outline-offset: -5px;
63} 63}
64 64
@@ -72,8 +72,8 @@ richlistitem[type="download"] {
72 72
73richlistitem[type="download"] { 73richlistitem[type="download"] {
74 margin: 0; 74 margin: 0;
75 border-bottom: 1px solid rgb(75,75,75); 75 border-bottom: 1px solid rgb(64,64,64);
76 background: rgb(50,50,50); 76 background: rgb(0,0,0);
77 padding: 8px; 77 padding: 8px;
78} 78}
79 79
@@ -151,14 +151,14 @@ richlistitem[type="download"]:first-child {
151} 151}
152 152
153#downloadsPanel[keyfocus] .downloadButton:focus > .button-box { 153#downloadsPanel[keyfocus] .downloadButton:focus > .button-box {
154 border: 1px dotted rgb(75,75,75); 154 border: 1px dotted rgb(64,64,64);
155} 155}
156 156
157/*** Highlighted list items ***/ 157/*** Highlighted list items ***/
158 158
159#downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"][state="1"][exists]:hover { 159#downloadsPanel:not([keyfocus]) > #downloadsListBox > richlistitem[type="download"][state="1"][exists]:hover {
160 color: #fff; 160 color: #fff;
161 background-color: rgb(75,75,75); 161 background-color: rgb(0,0,0);
162} 162}
163 163
164/*** Button icons ***/ 164/*** Button icons ***/