high-contrast.less: Adjust `.button-link`, `.search-bar`and `.search-editor`

Styles for `.view-mode-switcher` in icingadb-web/view-mode-switcher-post branch
This commit is contained in:
Florian Strohmaier 2021-04-28 17:56:21 +02:00 committed by Johannes Meyer
parent 8bcbc7fc25
commit 584e97f631
1 changed files with 12 additions and 4 deletions

View File

@ -188,7 +188,8 @@
}
}
.icinga-controls {
.icinga-controls,
.search-editor {
input:not([type="checkbox"]):not([type="radio"]),
.toggle-switch .toggle-slider:before,
.toggle-switch > .toggle-slider,
@ -209,8 +210,15 @@ input.search {
background-image: url(../img/icons/search.png);
}
.search-bar {
border: 1px solid #006d8c;
.search-bar,
.button-link {
border: 1px solid @icinga-blue;
}
.view-mode-switcher > label {
border: 1px solid @icinga-blue;
&:not(:first-of-type) {
border-left: none;
}
}