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

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

Issue 1164763004: DevTools: render category filters in a way that they don't clash. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: for landing Created 5 years, 6 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 | « Source/devtools/front_end/ui/UIUtils.js ('k') | Source/devtools/front_end/ui/filter.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/checkboxTextLabel.css
diff --git a/Source/devtools/front_end/ui/checkboxTextLabel.css b/Source/devtools/front_end/ui/checkboxTextLabel.css
index 88090795486e7f3733cc08f68e653d407c7d766e..a5cf41fec7afc144818cb095e8cd2dee2ce324b6 100644
--- a/Source/devtools/front_end/ui/checkboxTextLabel.css
+++ b/Source/devtools/front_end/ui/checkboxTextLabel.css
@@ -12,13 +12,20 @@
align-items: center !important;
}
-::content > .dt-checkbox-button {
+input.dt-checkbox-button {
height: 12px;
width: 12px;
- margin: 1px 3px 2px 2px;
flex-shrink: 0;
}
-::content > .dt-checkbox-text {
- line-height: 15px;
+input.dt-checkbox-colored {
+ -webkit-appearance: none;
+ border: 1px solid;
+ border-radius: 3px;
+}
+
+input.dt-checkbox-colored:checked {
+ background-image: url(Images/toolbarButtonGlyphs.png);
+ background-size: 352px 144px;
+ background-position: -128px -110px;
}
« no previous file with comments | « Source/devtools/front_end/ui/UIUtils.js ('k') | Source/devtools/front_end/ui/filter.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698