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

Side by Side Diff: Source/WebKit/chromium/src/js/devTools.css

Issue 11878018: Merge 139413 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 11 months 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 .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
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 }
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