update readme
[dotfiles/.git] / .config / BraveSoftware / Brave-Browser / Default / Extensions / cimiefiiaegbelhefglklhhakcgmhkai / 1.7.6_0 / action_popup.css
1 body {
2     width: 24em;
3     /* prevent scroll bars*/
4     overflow: hidden;
5     margin: 0;
6 }
7
8 .hidden {
9     display: none !important;
10 }
11
12 header {
13     background: #1d99f3;
14     padding: 2px;
15     color: #fff;
16     text-align: center;
17 }
18
19 section {
20     margin: 0 0.5em;
21 }
22
23 section > header {
24     background: #F0F0F0;
25     color: #757777;
26     margin: 0 -1em -0.5em -1em;
27 }
28
29 .message {
30     padding: 10px;
31 }
32 .message.with-icon::before {
33     content: '';
34     height: 48px;
35     display: block;
36     background: center no-repeat;
37 }
38 .message.with-icon.general::before {
39     background-image: url('icons/plasma.svg');
40 }
41 .message.with-icon.error::before {
42     background-image: url('icons/sad-face.svg');
43 }
44
45 @media (prefers-color-scheme: dark) {
46     body {
47         background-color: #232629;
48         color: #eff0f1;
49     }
50     .message.with-icon.general::before, .message.with-icon.error::before {
51         filter: invert(1);
52     }
53 }
54
55 /* Media controls blacklist */
56 .mpris-blacklist-info {
57     padding: 0.5em 0;
58 }
59 .mpris-blacklist-info p {
60     padding: 0 0.5em;
61 }
62 .mpris-blacklist-info ul {
63     display: block;
64     padding: 0 0.5em;
65 }
66 .mpris-blacklist-info ul > li {
67     display: block;
68     margin-bottom: 0.5em;
69 }
70 .mpris-blacklist-info ul > li input[type=checkbox] {
71     position: relative;
72     vertical-align: middle;
73     bottom: 1px;
74 }