Skip to content

Commit f654333

Browse files
committed
remove jscolor (unnecessary complexity for addons main purpose)
1 parent 626711b commit f654333

File tree

11 files changed

+351
-1930
lines changed

11 files changed

+351
-1930
lines changed

addon/data/css/style.css

-45
Original file line numberDiff line numberDiff line change
@@ -16,49 +16,4 @@
1616

1717
.red {
1818
background-color: #FF5050;
19-
}
20-
/*
21-
* Tabs
22-
*/
23-
24-
.tabs {
25-
position: relative;
26-
height: 100%;
27-
clear: both;
28-
margin: 35px 0 25px;
29-
}
30-
31-
.tab {
32-
float: left;
33-
}
34-
35-
.tabLabel {
36-
background: #eee;
37-
padding: 10px;
38-
border: 1px solid #ccc;
39-
margin-left: -1px;
40-
position: relative;
41-
left: 1px;
42-
top: -20px;
43-
}
44-
45-
.content {
46-
position: absolute;
47-
top: 2px;
48-
left: 0;
49-
right: 0;
50-
bottom: 0;
51-
padding: 20px;
52-
opacity: 0;
53-
}
54-
55-
[type=radio]:checked ~ label {
56-
background: white;
57-
border-bottom: 1px solid white;
58-
z-index: 2;
59-
}
60-
61-
[type=radio]:checked ~ label ~ .content {
62-
z-index: 1;
63-
opacity: 1;
6419
}

0 commit comments

Comments
 (0)