OLD | NEW |
1 #scripts-files option.injected { | 1 #scripts-files option.injected { |
2 color: rgb(70, 134, 240); | 2 color: rgb(70, 134, 240); |
3 } | 3 } |
4 | 4 |
5 .data-grid table { | 5 .data-grid table { |
6 line-height: 120%; | 6 line-height: 120%; |
7 } | 7 } |
8 | 8 |
9 body.attached #toolbar { | 9 body.attached #toolbar { |
10 height: 34px; | 10 height: 34px; |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 } | 132 } |
133 | 133 |
134 button.status-bar-item { | 134 button.status-bar-item { |
135 background-image: url(Images/statusbarButtonsChromium.png); | 135 background-image: url(Images/statusbarButtonsChromium.png); |
136 } | 136 } |
137 | 137 |
138 select.status-bar-item:active { | 138 select.status-bar-item:active { |
139 -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0
17 0 2; | 139 -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0
17 0 2; |
140 } | 140 } |
141 | 141 |
142 | |
143 #drawer { | 142 #drawer { |
144 background-image: url(Images/statusbarBottomBackgroundChromium.png); | 143 background-image: url(Images/statusbarBottomBackgroundChromium.png); |
145 } | 144 } |
146 | 145 |
147 select.status-bar-item { | 146 select.status-bar-item { |
148 -webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2; | 147 -webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2; |
149 } | 148 } |
150 | 149 |
151 select.status-bar-item:active { | |
152 -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0
17 0 2; | |
153 } | |
154 | |
155 .scope-bar li.selected { | 150 .scope-bar li.selected { |
156 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); | 151 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); |
157 } | 152 } |
158 | 153 |
159 .scope-bar li:active { | 154 .scope-bar li:active { |
160 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); | 155 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); |
161 } | 156 } |
OLD | NEW |