luci-theme-rosy: Modification of header style of Web pages.
Signed-off-by: YanlanShen <yanlan.Shen@rosinson.com>
This commit is contained in:
parent
cb0532d141
commit
78b75ec9ea
1 changed files with 2 additions and 9 deletions
|
@ -2618,13 +2618,7 @@ input[name="nslookup"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
.logged-in header {
|
.logged-in header {
|
||||||
z-index: 2000;
|
width: calc(100% - 2rem);
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
border-radius: 0;
|
|
||||||
border: none;
|
|
||||||
border-bottom: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.showSide,
|
.showSide,
|
||||||
|
@ -2637,13 +2631,12 @@ input[name="nslookup"] {
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 3rem;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: rgba(0, 0, 0, .3);
|
background-color: rgba(0, 0, 0, .3);
|
||||||
height: calc(100% - 3rem);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.logged-in .main-left .nav-container {
|
.logged-in .main-left .nav-container {
|
||||||
|
|
Loading…
Reference in a new issue