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

Unified Diff: third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css

Issue 2353033004: [DevTools] Expose left and right toolbar in TabbedPane. (Closed)
Patch Set: review comment Created 4 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
Index: third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
diff --git a/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css b/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
index b23ae3472a77a9e3fb0d701e629c177561612036..aa014ca34c813c50bdd07d181e59142d290ff8eb 100644
--- a/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
+++ b/third_party/WebKit/Source/devtools/front_end/settings/settingsScreen.css
@@ -180,11 +180,10 @@ fieldset {
color: #222;
}
-.help-window-label {
+.settings-window-title {
font-size: 18px;
- color: inherit;
- padding: 1px 0 15px 17px;
- flex: none;
+ color: rgb(48, 57, 66);
+ padding: 0 0 5px 13px;
}
.help-container-wrapper {

Powered by Google App Engine
This is Rietveld 408576698