Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Side by Side Diff: webkit/glue/devtools/js/devtools.css

Issue 345041: Remove a duplicate CSS rule from devtools.css (Closed)
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698