summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/luci-theme-material/htdocs/luci-static/material/cascade.css')
-rw-r--r--themes/luci-theme-material/htdocs/luci-static/material/cascade.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
index 6961bfe2d..a4d71eeb6 100644
--- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
+++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css
@@ -291,7 +291,7 @@ header {
}
header > .fill > .container {
- padding-top: 0.25rem;
+ padding-top: 0.25rem;
padding-right: 1rem;
padding-bottom: 0.25rem;
display: flex;
@@ -1481,6 +1481,10 @@ small {
position: absolute;
z-index: 1000;
left: -1000px;
+ border-radius: 3px;
+ background: #fff;
+ padding: 2px 5px;
+ white-space: pre;
opacity: 0;
transition: opacity .25s ease-out;
pointer-events: none;