forked from daniellandau/switcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
44 lines (36 loc) · 690 Bytes
/
stylesheet.css
File metadata and controls
44 lines (36 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
.switcher-label, .switcher-icon {
padding: .4em;
}
.switcher-box {
border-top: 2px solid #343a3a;
}
.switcher-box:hover {
background-color: rgba(54, 56, 58, 1);
}
.switcher-box:last-child {
border-radius: 0 0 9px 9px;
}
.switcher-box-layout {
font-weight: bold;
color: #aaaaaa;
background-color: rgba(23, 25, 26, 0.95);
border: 2px solid #343a3a;
border-radius: 9px;
margin-top: 100px;
}
.switcher-highlight {
color: #ffffff;
background-color: #215d9c;
}
.switcher-highlight:hover {
color: #ffffff;
background-color: #447dbc;
}
.switcher-entry {
margin: .4em;
}
.switcher-shortcut {
text-align: center;
padding-left: .4em;
padding-right: .4em;
}