| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 background-image: url(Images/statusbarBottomBackgroundChromium.png); | 144 background-image: url(Images/statusbarBottomBackgroundChromium.png); |
| 145 } | 145 } |
| 146 | 146 |
| 147 select.status-bar-item { | 147 select.status-bar-item { |
| 148 -webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2; | 148 -webkit-border-image: url(Images/statusbarMenuButtonChromium.png) 0 17 0 2; |
| 149 } | 149 } |
| 150 | 150 |
| 151 select.status-bar-item:active { | 151 select.status-bar-item:active { |
| 152 -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0
17 0 2; | 152 -webkit-border-image: url(Images/statusbarMenuButtonSelectedChromium.png) 0
17 0 2; |
| 153 } | 153 } |
| 154 |
| 155 .scope-bar li.selected { |
| 156 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); |
| 157 } |
| 158 |
| 159 .scope-bar li:active { |
| 160 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); |
| 161 } |
| OLD | NEW |