luci-theme-bootstrap: fix style quirk introduced by backport
Fixes: 883834c3dd
("luci-theme-bootstrap: overhaul styles")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
9d5786026f
commit
cc582ebfb3
1 changed files with 2 additions and 1 deletions
|
@ -1875,7 +1875,8 @@ button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
|
|||
border: 1px solid var(--border-color-low);
|
||||
border-color: var(--border-color-high) var(--border-color-high) var(--border-color-low);
|
||||
border-radius: 4px;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
|
||||
box-shadow: 1px 1px 1px var(--border-color-low);
|
||||
white-space: unset;
|
||||
}
|
||||
|
||||
.alert-message .close {
|
||||
|
|
Loading…
Reference in a new issue