mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-29 14:35:18 -04:00
Clean styles.
This commit is contained in:
parent
e171a0dd1a
commit
3cce65299b
1 changed files with 1 additions and 8 deletions
|
@ -1,11 +1,11 @@
|
||||||
|
|
||||||
#sidebar {
|
#sidebar {
|
||||||
.card();
|
|
||||||
display: none;
|
display: none;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
order: 0;
|
order: 0;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
|
border-right: 1px solid rgba(0,0,0,0.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
#settings {
|
#settings {
|
||||||
|
@ -28,17 +28,13 @@
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
color: @col;
|
color: @col;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
// opacity: 0.7;
|
|
||||||
.transition(all 0.2s ease-in-out);
|
.transition(all 0.2s ease-in-out);
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
// opacity: 1.0;
|
|
||||||
background: rgba(0,0,0,0.03);
|
background: rgba(0,0,0,0.03);
|
||||||
// box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.4);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
// opacity: 1.0;
|
|
||||||
background: rgba(0,0,0,0.03);
|
background: rgba(0,0,0,0.03);
|
||||||
box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.4);
|
box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.4);
|
||||||
}
|
}
|
||||||
|
@ -70,15 +66,12 @@
|
||||||
color: @col;
|
color: @col;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// height: 30px;
|
|
||||||
// line-height: 30px;
|
|
||||||
border: 0 solid #000;
|
border: 0 solid #000;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba(0,0,0,0.03);
|
background: rgba(0,0,0,0.03);
|
||||||
// box-shadow: inset 0 0 4px 0 rgba(0,0,0,0.4);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue