git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
cb0532d
)
luci-theme-rosy: Modification of header style of Web pages.
author
YanlanShen
<redacted>
Sun, 10 Mar 2019 08:19:06 +0000
(16:19 +0800)
committer
YanlanShen
<redacted>
Sun, 10 Mar 2019 10:45:09 +0000
(18:45 +0800)
Signed-off-by: YanlanShen <redacted>
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
patch
|
blob
|
history
diff --git
a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
index 787002cbccbd6027df7cbddb6a711748978a664e..eb3022a910bebb3d9ff11bc100dbabc4f5893422 100644
(file)
--- a/
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
+++ b/
themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css
@@
-2618,13
+2618,7
@@
input[name="nslookup"] {
}
.logged-in header {
- z-index: 2000;
- top: 0;
- left: 0;
- width: 100%;
- border-radius: 0;
- border: none;
- border-bottom: 1px solid #ddd;
+ width: calc(100% - 2rem);
}
.showSide,
@@
-2637,13
+2631,12
@@
input[name="nslookup"] {
display: none;
z-index: 1000;
position: fixed;
- top:
3rem
;
+ top:
0
;
bottom: 0;
left: 0;
right: 0;
border-radius: 0;
background-color: rgba(0, 0, 0, .3);
- height: calc(100% - 3rem);
}
.logged-in .main-left .nav-container {
git clone https://git.99rst.org/PROJECT