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

Side by Side Diff: Source/devtools/front_end/ui/helpScreen.css

Issue 805853002: DevTools: Make labeled checkbox a web component (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 .help-window-outer { 1 .help-window-outer {
2 position: absolute !important; 2 position: absolute !important;
3 top: 0; 3 top: 0;
4 left: 0; 4 left: 0;
5 right: 0; 5 right: 0;
6 bottom: 0; 6 bottom: 0;
7 z-index: 2000; 7 z-index: 2000;
8 } 8 }
9 9
10 .help-window-main { 10 .help-window-main {
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 212
213 .settings-experiments-warning-subsection-warning { 213 .settings-experiments-warning-subsection-warning {
214 color: rgb(200, 0, 0); 214 color: rgb(200, 0, 0);
215 } 215 }
216 216
217 .settings-experiments-warning-subsection-message { 217 .settings-experiments-warning-subsection-message {
218 color: inherit; 218 color: inherit;
219 } 219 }
220 220
221 .help-content input[type=checkbox] { 221 .help-content input[type=checkbox] {
222 margin-right: 7px; 222 margin: 1px 7px 1px 2px;
223 } 223 }
224 224
225 .help-content option { 225 .help-content option {
226 background-color: #EEEEEE; 226 background-color: #EEEEEE;
227 color: #222; 227 color: #222;
228 } 228 }
229 229
230 #settings-screen .help-window-main{ 230 #settings-screen .help-window-main{
231 color: rgb(48, 57, 66); 231 color: rgb(48, 57, 66);
232 background-color: white; 232 background-color: white;
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
577 display: none; 577 display: none;
578 } 578 }
579 579
580 .settings-experiment-hidden label { 580 .settings-experiment-hidden label {
581 background-color: #ddd; 581 background-color: #ddd;
582 } 582 }
583 583
584 .settings-developer-mode .settings-experiment-hidden { 584 .settings-developer-mode .settings-experiment-hidden {
585 display: block; 585 display: block;
586 } 586 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/ui/checkboxTextLabel.css ('k') | Source/devtools/front_end/ui/module.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698