Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: skin/popup.css

Issue 29340571: Issue 3687 - Add experimental support for Safari content blockers (Closed)
Patch Set: Addressed Nits Created May 18, 2016, 11:30 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « safari/include.youtube.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 body 1 body
2 { 2 {
3 min-width: 250px; 3 min-width: 250px;
4 margin: 0px; 4 margin: 0px;
5 font-family: Segoe UI, Arial, sans-serif; 5 font-family: Segoe UI, Arial, sans-serif;
6 font-size: 13px; 6 font-size: 13px;
7 color: #545454; 7 color: #545454;
8 background-color: #f8f6f2; 8 background-color: #f8f6f2;
9 background-image: url(background.png); 9 background-image: url(background.png);
10 } 10 }
(...skipping 17 matching lines...) Expand all
28 { 28 {
29 display: none; 29 display: none;
30 } 30 }
31 31
32 body.nohtml #clickhide, 32 body.nohtml #clickhide,
33 body.disabled #clickhide 33 body.disabled #clickhide
34 { 34 {
35 display: none; 35 display: none;
36 } 36 }
37 37
38 body.contentblocking-active #stats-container
39 {
40 display: none;
41 }
42
38 header 43 header
39 { 44 {
40 height: 45px; 45 height: 45px;
41 margin-bottom: 40px; 46 margin-bottom: 40px;
42 border-bottom: 1px solid #e1ddd8; 47 border-bottom: 1px solid #e1ddd8;
43 background-image: url(background-main.png); 48 background-image: url(background-main.png);
44 } 49 }
45 50
46 #logo 51 #logo
47 { 52 {
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 373
369 .checkbox[aria-checked="false"]:hover 374 .checkbox[aria-checked="false"]:hover
370 { 375 {
371 background-position: -34px -49px; 376 background-position: -34px -49px;
372 } 377 }
373 378
374 label 379 label
375 { 380 {
376 vertical-align: middle; 381 vertical-align: middle;
377 } 382 }
OLDNEW
« no previous file with comments | « safari/include.youtube.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld