FIX: css popravek, ce gumb ni oznacen.

This commit is contained in:
Robert 2021-06-03 14:41:19 +02:00
parent fee56bb701
commit a5a915162f
2 changed files with 15 additions and 29591 deletions

File diff suppressed because one or more lines are too long

View File

@ -95,7 +95,14 @@ button.dt-button {
}
}
}
button.buttons-columnVisibility.active {
background-color: $strong_blue;
color: white;
button.buttons-columnVisibility {
background-color: white;
color: $strong_blue;
border: 1px solid $strong_blue;
&.active {
background-color: $strong_blue;
color: white;
}
}