Combine init actions
This commit is contained in:
parent
02e9df865e
commit
d844f6ee1a
13 changed files with 228 additions and 232 deletions
|
@ -343,14 +343,18 @@ i[class*=' icon-']:before {
|
|||
}
|
||||
|
||||
.tab-prefix {
|
||||
color: #777;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.error .tab-prefix {
|
||||
color: #f6546a;
|
||||
}
|
||||
|
||||
.tab-label {
|
||||
margin: 5px;
|
||||
margin-left: 15px;
|
||||
font-size: 12px;
|
||||
color: #777;
|
||||
color: #999;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 25px;
|
||||
|
@ -369,7 +373,7 @@ i[class*=' icon-']:before {
|
|||
height: 100%;
|
||||
font-size: 20px;
|
||||
background: none;
|
||||
color: #777;
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.tab-label:hover button {
|
||||
|
@ -388,7 +392,7 @@ i[class*=' icon-']:before {
|
|||
|
||||
.side-buttons button {
|
||||
background: #222;
|
||||
color: #777;
|
||||
color: #999;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue