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

Unified Diff: chrome_linux/resources/inspector/dataGrid.css

Issue 33333002: Roll Linux reference build to official build 30.0.1599.33 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome_linux/resources/inspector/cmdevtools.css ('k') | chrome_linux/resources/inspector/devtools.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/resources/inspector/dataGrid.css
===================================================================
--- chrome_linux/resources/inspector/dataGrid.css (revision 229864)
+++ chrome_linux/resources/inspector/dataGrid.css (working copy)
@@ -31,7 +31,7 @@
}
.data-grid.inline {
- border-left: none;
+ border-right: none;
}
.data-grid.inline .data-container {
@@ -47,7 +47,7 @@
text-align: left;
background-image: url(Images/glossyHeader.png);
background-repeat: repeat-x;
- border-left: 1px solid rgb(179, 179, 179);
+ border-right: 1px solid rgb(179, 179, 179);
border-bottom: 1px solid rgb(179, 179, 179);
height: 15px;
font-weight: normal;
@@ -62,7 +62,7 @@
width: 14px;
padding-right: 0;
padding-left: 0;
- border-left: 0 none transparent !important;
+ border-right: 0 none transparent !important;
}
.data-grid tr.filler {
@@ -107,7 +107,7 @@
padding: 1px 4px;
white-space: nowrap;
overflow: hidden;
- border-left: 1px solid #aaa;
+ border-right: 1px solid #aaa;
-webkit-user-select: text;
}
@@ -139,7 +139,7 @@
}
.data-grid th.sort-ascending,
.data-grid th.sort-descending {
- border-left: 1px solid rgb(107, 140, 196);
+ border-right: 1px solid rgb(107, 140, 196);
border-bottom: 1px solid rgb(107, 140, 196);
background-image: url(Images/glossyHeaderSelected.png);
background-repeat: repeat-x;
@@ -186,7 +186,7 @@
body.inactive .data-grid th.sort-ascending,
body.inactive .data-grid th.sort-descending {
background-image: url(Images/glossyHeader.png);
- border-left: 1px solid rgb(179, 179, 179);
+ border-right: 1px solid rgb(179, 179, 179);
border-bottom: 1px solid rgb(179, 179, 179);
}
« no previous file with comments | « chrome_linux/resources/inspector/cmdevtools.css ('k') | chrome_linux/resources/inspector/devtools.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698