All hail our phpMyAdmin dark mode overlords
This commit is contained in:
30
lamp/themes/boodark/scss/_buttons.scss
Normal file
30
lamp/themes/boodark/scss/_buttons.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
// Buttons
|
||||
|
||||
.btn-outline-secondary {
|
||||
@include button-outline-variant($btn-outline-secondary);
|
||||
}
|
||||
|
||||
.btn-link {
|
||||
color: $pma-button-color;
|
||||
}
|
||||
|
||||
button.mult_submit,
|
||||
.checkall_box + label {
|
||||
text-decoration: none;
|
||||
color: $pma-button-color;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
button.mult_submit {
|
||||
&:hover,
|
||||
&:focus {
|
||||
text-decoration: underline;
|
||||
color: $pma-button-color;
|
||||
}
|
||||
}
|
||||
|
||||
.checkall_box + label:hover {
|
||||
text-decoration: underline;
|
||||
color: $pma-button-color;
|
||||
}
|
Reference in New Issue
Block a user