summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorServail <45024837+Servail@users.noreply.github.com>2019-07-09 14:31:18 +0300
committerGitHub <noreply@github.com>2019-07-09 14:31:18 +0300
commitbd242892ba6219e6e90bda981f4c7f43aef51041 (patch)
tree652687cddcb5ec84fac26bfc33f0dfff7984d1c3
parentd0b003da3b96ec9a1a7a43687d55dfd607132615 (diff)
Update newTab.css
-rw-r--r--src/chrome/browser/newtab/newTab.css38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/chrome/browser/newtab/newTab.css b/src/chrome/browser/newtab/newTab.css
index bc8827d..1ac625a 100644
--- a/src/chrome/browser/newtab/newTab.css
+++ b/src/chrome/browser/newtab/newTab.css
@@ -18,8 +18,8 @@
18#newtab-undo-container { 18#newtab-undo-container {
19 padding: 4px 3px; 19 padding: 4px 3px;
20 border: 1px solid; 20 border: 1px solid;
21 border-color: rgb(75,75,75); 21 border-color: rgb(64,64,64);
22 background-color: rgb(50,50,50); 22 background-color: rgb(0,0,0);
23 color: #fff; 23 color: #fff;
24} 24}
25 25
@@ -41,11 +41,11 @@
41} 41}
42 42
43.newtab-undo-button:hover { 43.newtab-undo-button:hover {
44 color: rgb(219,219,219); 44 color: rgb(255,255,255);
45} 45}
46 46
47.newtab-undo-button:-moz-focusring { 47.newtab-undo-button:-moz-focusring {
48 outline: 1px dotted rgb(75,75,75); 48 outline: 1px dotted rgb(64,64,64);
49} 49}
50 50
51#newtab-undo-close-button { 51#newtab-undo-close-button {
@@ -100,13 +100,13 @@
100/* CELLS */ 100/* CELLS */
101.newtab-cell { 101.newtab-cell {
102 margin-inline-end: 20px; 102 margin-inline-end: 20px;
103 background-color: rgb(50,50,50); 103 background-color: rgb(0,0,0);
104 border: 1px solid rgb(75,75,75); 104 border: 1px solid rgb(64,64,64);
105 transition: border-color 100ms ease-out; 105 transition: border-color 100ms ease-out;
106} 106}
107 107
108.newtab-cell:empty { 108.newtab-cell:empty {
109 border: 1px dashed rgb(75,75,75); 109 border: 1px dashed rgb(64,64,64);
110} 110}
111 111
112.newtab-cell:last-child { 112.newtab-cell:last-child {
@@ -114,7 +114,7 @@
114} 114}
115 115
116.newtab-cell:hover:not(:empty) { 116.newtab-cell:hover:not(:empty) {
117 border-color: rgb(62,62,62); 117 border-color: rgb(64,64,64);
118} 118}
119 119
120/* SITES */ 120/* SITES */
@@ -130,7 +130,7 @@
130 130
131.newtab-site[dragged] { 131.newtab-site[dragged] {
132 transition-property: box-shadow, background-color; 132 transition-property: box-shadow, background-color;
133 background-color: rgb(75,75,75); 133 background-color: rgb(0,0,0);
134 box-shadow: 0 18px 24px rgba(255,255,255,.5); 134 box-shadow: 0 18px 24px rgba(255,255,255,.5);
135} 135}
136 136
@@ -146,7 +146,7 @@
146/* TITLES */ 146/* TITLES */
147.newtab-title { 147.newtab-title {
148 padding: 0 8px; 148 padding: 0 8px;
149 background-color: rgb(50,50,50); 149 background-color: rgb(0,0,0);
150 color: #fff; 150 color: #fff;
151 line-height: 24px; 151 line-height: 24px;
152} 152}
@@ -253,9 +253,9 @@
253 -moz-box-flex: 1; 253 -moz-box-flex: 1;
254 color: #fff; 254 color: #fff;
255 padding: 6px 8px; 255 padding: 6px 8px;
256 background-color: rgb(50, 50, 50); 256 background-color: rgb(0, 0, 0);
257 border: 1px solid; 257 border: 1px solid;
258 border-color: rgb(75, 75, 75); 258 border-color: rgb(64, 64, 64);
259 border-radius: 5px 0 0 5px; 259 border-radius: 5px 0 0 5px;
260 box-shadow: none; 260 box-shadow: none;
261} 261}
@@ -266,16 +266,16 @@
266 266
267#searchText:focus, 267#searchText:focus,
268#searchText[autofocus] { 268#searchText[autofocus] {
269 border-color: rgb(110, 110, 110); 269 border-color: rgb(128, 128, 128);
270} 270}
271 271
272#searchSubmit { 272#searchSubmit {
273 margin-inline-start: -1px; 273 margin-inline-start: -1px;
274 padding: 0 9px; 274 padding: 0 9px;
275 color: #fff; 275 color: #fff;
276 background-color: rgb(60, 60, 60); 276 background-color: rgb(0, 0, 0);
277 border: 1px solid; 277 border: 1px solid;
278 border-color: rgb(75, 75, 75); 278 border-color: rgb(64, 64, 64);
279 border-radius: 0 5px 5px 0; 279 border-radius: 0 5px 5px 0;
280 cursor: pointer; 280 cursor: pointer;
281 transition-property: background-color, border-color, box-shadow; 281 transition-property: background-color, border-color, box-shadow;
@@ -290,11 +290,11 @@
290#searchText:focus + #searchSubmit, 290#searchText:focus + #searchSubmit,
291#searchText + #searchSubmit:hover, 291#searchText + #searchSubmit:hover,
292#searchText[autofocus] + #searchSubmit { 292#searchText[autofocus] + #searchSubmit {
293 border-color: rgb(110, 110, 110); 293 border-color: rgb(128, 128, 128);
294 background-color: rgb(75, 75, 75); 294 background-color: rgb(0, 0, 0);
295} 295}
296 296
297#searchText + #searchSubmit:hover:active { 297#searchText + #searchSubmit:hover:active {
298 border-color: rgb(75, 75, 75); 298 border-color: rgb(64, 64, 64);
299 background-color: rgb(23, 23, 23); 299 background-color: rgb(0, 0, 0);
300} 300}