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

Unified Diff: trunk/Source/devtools/front_end/inspectorStyle.css

Issue 416983006: Revert 178848 "[DevTools] Make toolbar counters declarative." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 6 years, 5 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
Index: trunk/Source/devtools/front_end/inspectorStyle.css
===================================================================
--- trunk/Source/devtools/front_end/inspectorStyle.css (revision 178910)
+++ trunk/Source/devtools/front_end/inspectorStyle.css (working copy)
@@ -224,7 +224,11 @@
padding-top: 1px;
}
-.toolbar-controls-right .status-bar-item
+.toolbar-controls-right #remote-device-count,
+.toolbar-controls-right #error-warning-count,
+.toolbar-controls-right .console-status-bar-item,
+.toolbar-controls-right .settings-status-bar-item,
+.toolbar-controls-right .dock-status-bar-item
{
opacity: 0.8;
}
@@ -771,7 +775,7 @@
background-position: -246px -96px;
}
-.status-bar-counter {
+#error-warning-count, #remote-device-count {
display: inline-block;
padding: 4px 6px 6px 0;
font-size: 11px;
@@ -780,23 +784,21 @@
line-height: 14px;
}
-.status-bar-counter:hover {
+#error-warning-count:hover, #remote-device-count:hover {
border-bottom: 1px solid rgb(96, 96, 96);
}
-.status-bar-counter-item {
- margin-left: 6px;
+#error-warning-count .error-icon-small,
+#error-warning-count .warning-icon-small,
+#remote-device-count .device-icon-small{
+ vertical-align: -1px;
+ margin-right: 2px;
}
-.status-bar-counter-item.status-bar-counter-item-first {
- margin-left: 0;
+#error-warning-count .warning-icon-small {
+ margin-left: 6px;
}
-.status-bar-counter-item > div {
- vertical-align: -1px;
- margin-right: 2px;
-}
-
#drawer-tabbed-pane > .tabbed-pane-header {
background-color: rgb(236, 236, 236);
}
« no previous file with comments | « trunk/Source/devtools/front_end/components/InspectorView.js ('k') | trunk/Source/devtools/front_end/main/AdvancedApp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698