luci-theme-bootstrap: add styling for input-adjacent buttons
Also add styling for CBI column title references. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
2287e79a5c
commit
7ba4eb1a42
1 changed files with 26 additions and 6 deletions
|
@ -598,12 +598,6 @@ textarea[readonly] {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
select[readonly],
|
|
||||||
textarea[readonly] {
|
|
||||||
pointer-events: auto;
|
|
||||||
cursor: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.cbi-optionals,
|
.cbi-optionals,
|
||||||
.cbi-section-create {
|
.cbi-section-create {
|
||||||
padding: 0 0 10px 10px;
|
padding: 0 0 10px 10px;
|
||||||
|
@ -1457,6 +1451,32 @@ footer {
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="text"] + .cbi-button,
|
||||||
|
input[type="password"] + .cbi-button,
|
||||||
|
select + .cbi-button {
|
||||||
|
border-radius: 0 3px 3px 0;
|
||||||
|
border-color: #ccc;
|
||||||
|
margin: 0 0 1px -2px;
|
||||||
|
padding: 0 6px;
|
||||||
|
vertical-align: top;
|
||||||
|
height: 28px;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: bold;
|
||||||
|
line-height: 28px;
|
||||||
|
}
|
||||||
|
|
||||||
|
select + .cbi-button {
|
||||||
|
border-left-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cbi-title-ref {
|
||||||
|
color: #37c;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cbi-title-ref::after {
|
||||||
|
content: "➙";
|
||||||
|
}
|
||||||
|
|
||||||
.cbi-tooltip-container {
|
.cbi-tooltip-container {
|
||||||
cursor: help;
|
cursor: help;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue