-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtab.css
67 lines (60 loc) · 1.2 KB
/
tab.css
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
/* Style the tab */
.app_tab {
overflow:hidden;
background-color: #d3cbbe;
display:grid;
grid-template-columns:auto auto 1fr;
}
/* Style the buttons inside the tab */
.app_tab button {
margin-left: 0px;
margin-right: 0px;
color:#DDD;
text-shadow:0px 0px 3px #111;
text-align:left;
width:150px;
max-width:150px;
box-shadow:0px 0px 3px 2px #111;
border-top-right-radius:12px;
border-top:1px solid #111;
border-left:1px solid white;
border-right:1px solid white;
border-bottom:none !important;
border-top-left-radius:12px;
background-color: #7e919f;
float: left;
outline: none;
cursor: pointer;
height:25px;
transition: 0.3s;
font-size: 24px;
}
/*.app_tab button:hover {
background-color: rgba(255,255,255,0.1);
}
.app_tab button.active {
background-color: rgba(0,0,0,0.7);
}
*/
.app_tab button{
line-height:28px;
cursor:pointer;
display:grid;
grid-template-columns:1fr auto;
}
.app_tab a{
color:#DDD;
text-shadow:0px 0px 3px #111;
text-align:center;
color:#DDD;
width:20px;
height:20px;
display:inline-block;
}
.pusher2{
border-bottom:2px solid #111;
}
.pusher1{
width:10px;
border-bottom:2px solid #111;
}