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

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

Issue 341049: DevTools: Fix console and resources filters looks. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | Annotate | Revision Log
« 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
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