OLD | NEW |
1 body { | 1 body { |
2 font-size: 100%; | 2 font-size: 100%; |
3 -webkit-user-select: none; | 3 -webkit-user-select: none; |
4 } | 4 } |
5 | 5 |
6 #settings-title { | 6 #settings-title { |
7 -webkit-padding-end: 24px; | 7 -webkit-padding-end: 24px; |
8 padding-top: 1em; | 8 padding-top: 1em; |
9 padding-bottom: 1em; | 9 padding-bottom: 1em; |
10 text-align: end; | 10 text-align: end; |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 height: 1px; | 111 height: 1px; |
112 width: 65%; | 112 width: 65%; |
113 } | 113 } |
114 | 114 |
115 .navbar-item, .navbar-item2 { | 115 .navbar-item, .navbar-item2 { |
116 padding: 0.5em 0; | 116 padding: 0.5em 0; |
117 -webkit-padding-end: 24px; | 117 -webkit-padding-end: 24px; |
118 text-align: end; | 118 text-align: end; |
119 display: block; | 119 display: block; |
120 color: #426dc9; | 120 color: #426dc9; |
| 121 outline:none; |
121 } | 122 } |
122 | 123 |
123 .navbar-item-selected { | 124 .navbar-item-selected { |
124 background: -webkit-gradient(linear, | 125 background: -webkit-gradient(linear, |
125 left top, | 126 left top, |
126 right top, | 127 right top, |
127 from(#eaeef3), | 128 from(#eaeef3), |
128 color-stop(0.97, #b4c8ea), | 129 color-stop(0.97, #b4c8ea), |
129 to(#a2b5b4)); | 130 to(#a2b5b4)); |
130 font-weight: bold; | 131 font-weight: bold; |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 } | 296 } |
296 | 297 |
297 .favicon-cell { | 298 .favicon-cell { |
298 background-position: left; | 299 background-position: left; |
299 background-repeat: no-repeat; | 300 background-repeat: no-repeat; |
300 -webkit-padding-start: 20px; | 301 -webkit-padding-start: 20px; |
301 } | 302 } |
302 html[dir=rtl] .favicon-cell { | 303 html[dir=rtl] .favicon-cell { |
303 background-position: right; | 304 background-position: right; |
304 } | 305 } |
OLD | NEW |