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

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

Issue 23466010: Roll reference builds to r221697. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 3 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/splitView.css ('k') | chrome_linux/resources/inspector/textEditor.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux/resources/inspector/tabbedPane.css
===================================================================
--- chrome_linux/resources/inspector/tabbedPane.css (revision 221742)
+++ chrome_linux/resources/inspector/tabbedPane.css (working copy)
@@ -100,7 +100,6 @@
.tabbed-pane-header-tabs-drop-down-container {
float: left;
position: relative;
- font-size: 16px;
vertical-align: bottom;
top: 1px;
padding-left: 3px;
@@ -114,6 +113,8 @@
position: relative;
opacity: 0.7;
color: rgb(30, 30, 30);
+ font-size: 133%;
+ padding: 0 3px;
}
.tabbed-pane-header-tabs-drop-down:hover {
@@ -126,12 +127,13 @@
select.tabbed-pane-header-tabs-drop-down-select {
position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
opacity: 0;
border: none;
margin: 0;
+ font-size: 75%;
-webkit-appearance: none;
}
« no previous file with comments | « chrome_linux/resources/inspector/splitView.css ('k') | chrome_linux/resources/inspector/textEditor.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698