OLD | NEW |
1 .data-grid table { | 1 .data-grid table { |
2 line-height: 120%; | 2 line-height: 120%; |
3 } | 3 } |
4 | 4 |
5 body.dock-to-bottom #toolbar { | 5 body.dock-to-bottom #toolbar { |
| 6 cursor: default; /* overriden */ |
| 7 } |
| 8 |
| 9 body.dock-to-bottom.platform-mac #toolbar { |
6 border-top-color: white; | 10 border-top-color: white; |
7 cursor: default; /* overriden */ | |
8 } | 11 } |
9 | 12 |
10 /* Chrome theme overrides */ | 13 /* Chrome theme overrides */ |
11 | 14 |
12 body.platform-windows #toolbar, body.platform-windows.inactive #toolbar { | 15 body.platform-windows #toolbar, body.platform-windows.inactive #toolbar { |
13 background-image: none; | 16 background-image: none; |
14 } | 17 } |
15 | 18 |
16 body.undocked.platform-mac-leopard #toolbar { | 19 body.undocked.platform-mac-leopard #toolbar { |
17 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1
75, 175, 175)), to(rgb(151, 151, 151))) !important; | 20 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(1
75, 175, 175)), to(rgb(151, 151, 151))) !important; |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); | 93 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); |
91 } | 94 } |
92 | 95 |
93 .scope-bar li:active { | 96 .scope-bar li:active { |
94 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); | 97 -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.0); |
95 } | 98 } |
96 | 99 |
97 .timeline-category-statusbar-item input { | 100 .timeline-category-statusbar-item input { |
98 vertical-align: middle; | 101 vertical-align: middle; |
99 } | 102 } |
OLD | NEW |