boussu: add visible focus to widgets & buttons

This commit is contained in:
Frédéric Péters 2022-04-12 14:01:13 +02:00
parent 04c0057cff
commit a52f458bf8
2 changed files with 8 additions and 1 deletions

View File

@ -678,3 +678,7 @@ div.gru-nav li.selected > a {
#content .dashboard-settings h2 {
font-weight: normal;
}
div.gru-content button:disabled {
background: #ddd;
}

View File

@ -32,6 +32,9 @@ $nav-mobile-bottom-bar-item-hover-color: white;
$nav-mobile-bottom-bar-item-selected-background: darken($red, 5%);
$nav-mobile-bottom-bar-item-selected-color: white;
$widget-focus-outline: 2px solid $red;
$widget-focus-outline-offset: 1px;
$title-background: transparent;
$title-weight: 800;
$title-font-size: 24px;
@ -42,7 +45,7 @@ $cell-border-radius: 5px 5px 0 0;
$button-border-radius: 5px;
$button-background: $darkgray;
$button-hover-background: darken($blue, 5%);
$button-hover-background: darken($darkgray, 10%);
$footer-background: $blue;