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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css

Issue 1937183002: DevTools: fix styles in rendering pane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made style more generic Created 4 years, 8 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/ui/checkboxTextLabel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
index bf773091384a0eb3bcd2b28853ede27802a8a96a..07c0de4fc07449afdcb9a74436df482839d839c4 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/checkboxTextLabel.css
@@ -57,4 +57,11 @@ input.dt-checkbox-themed:after {
::content .dt-checkbox-subtitle {
color: gray;
+ font-size: 12px;
+}
+
+::content .small-subtitle {
+ color: #262626;
+ font-size: 13px;
+ margin-left: 6px;
}

Powered by Google App Engine
This is Rietveld 408576698