mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-theme-openwrt: fix CSS error
browsers produce parse error and drop this declaration Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -415,7 +415,7 @@ div.hostinfo {
|
||||
border: 1px solid #90c0e0;
|
||||
background: #000 !important;
|
||||
color: #90c0e0 !important;
|
||||
padding: calc(.125em-1px) calc(.5em-1px);
|
||||
padding: calc(.125em - 1px) calc(.5em - 1px);
|
||||
}
|
||||
|
||||
html #menubar a:link,
|
||||
|
||||
Reference in New Issue
Block a user