[SSE mobile] Fixed stlyles of statusbar
This commit is contained in:
parent
7c9dd75922
commit
6023cc1cb8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,14 +1,17 @@
|
||||||
|
@statusBarBorderColor: #cbcbcb;
|
||||||
@statusBarHeight: 30px;
|
@statusBarHeight: 30px;
|
||||||
@fontColor: #000;
|
@fontColor: #000;
|
||||||
|
|
||||||
.statusbar {
|
.statusbar {
|
||||||
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
background-color: @gray-light;
|
||||||
|
|
||||||
* {
|
* {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
border-top: 1px solid @gray-dark;
|
.hairline(top, @statusBarBorderColor);
|
||||||
height: @statusBarHeight;
|
height: @statusBarHeight;
|
||||||
min-height: @statusBarHeight;
|
min-height: @statusBarHeight;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -20,9 +23,12 @@
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
border: 0 none;
|
border: 0 none;
|
||||||
|
border-radius: 0;
|
||||||
color: #000;
|
color: #000;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
|
min-width: 48px;
|
||||||
|
.hairline(right, @statusBarBorderColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
i.icon {
|
i.icon {
|
||||||
|
@ -44,26 +50,26 @@
|
||||||
> li {
|
> li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
position: relative;
|
||||||
|
.hairline(right, @statusBarBorderColor);
|
||||||
|
|
||||||
&:not(.active) {
|
&:not(.active) {
|
||||||
a {
|
a {
|
||||||
color: #848484;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
font-size: 12px;
|
||||||
padding: 0 10px 0;
|
padding: 0 10px 0;
|
||||||
line-height: @statusBarHeight;
|
line-height: @statusBarHeight;
|
||||||
margin-right: -1px;
|
margin-right: -1px;
|
||||||
background-color: #f1f1f1;
|
|
||||||
outline: none;
|
outline: none;
|
||||||
border: 1px solid #cbcbcb;
|
color: @fontColor;
|
||||||
border-top: 0 none;
|
|
||||||
border-bottom: 0 none;
|
|
||||||
color: #000;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue