update readme
[dotfiles/.git] / .config / BraveSoftware / Brave-Browser / Default / Extensions / cimiefiiaegbelhefglklhhakcgmhkai / 1.7.6_0 / options.css
1 body {
2     width: 600px;
3     overflow-x: hidden;
4 }
5
6 .os-not-supported-info, .startup-failure-info {
7     display: none;
8 }
9
10 body.os-not-supported #extensions-selection,
11 body.startup-failure #extensions-selection {
12     display: none;
13 }
14
15 body.os-not-supported .os-not-supported-info {
16     display: block;
17 }
18 body.startup-failure .startup-failure-info {
19     display: block;
20 }
21
22 .not-supported {
23     display: none !important;
24 }
25
26 .tabbar {
27     display: block;
28     padding: 0;
29     /* color of separator line below heading */
30     background-color: #d3d3d3;
31     /* undo body side margins*/
32     margin: 0 -17px 0px -17px;
33     padding: 0px 17px;
34 }
35 .tabbar > li {
36     display: inline-block;
37     /* TODO draw a nice tab-like thingie */
38     margin-top: 4px;
39     border-top-left-radius: 4px;
40     border-top-right-radius: 4px;
41     border: 1px solid #999;
42     border-bottom: none;
43 }
44 .tabbar > li > a {
45     display: block;
46     text-decoration: none;
47     color: #333; /* can we just reset it to default text color?*/
48     padding: 4px 8px;
49 }
50
51 .tabbar > li > a.active {
52     font-weight: bold;
53     background-color: #fff;
54 }
55
56 .tab {
57     display: none;
58 }
59
60 .tab.active {
61     display: block;
62 }
63
64 #extensions-selection {
65     padding: 0;
66 }
67 #extensions-selection > li {
68     display: block;
69     padding: 0;
70 }
71 #extensions-selection > li.dependent {
72     padding-left: 20px;
73 }
74 #extensions-selection p {
75     margin-top: 0;
76     opacity: 0.7;
77     line-height: 1.3;
78     /* checkbox default width is 13px, try to align the description somewhat*/
79     padding-left: 18px;
80 }
81
82 .dialog-button-box {
83     float: right;
84     padding-bottom: 14px;
85 }
86
87
88 img.konqi {
89     float: right;
90     margin-right: -14px;
91     width: 144px;
92     height: 240px;
93 }