Fix table navigation on Bootstrap theme
Signed-off-by: Liviu-Mihail Concioiu <liviu.concioiu@gmail.com>
This commit is contained in:
parent
94ee82f959
commit
3e4d8b2fa6
@ -1372,6 +1372,7 @@ input#auto_increment_opt {
|
||||
|
||||
input {
|
||||
&[type=submit] {
|
||||
color: var(--bs-body-color);
|
||||
background: none;
|
||||
border: 0;
|
||||
filter: none;
|
||||
@ -1383,7 +1384,8 @@ input#auto_increment_opt {
|
||||
color: $white;
|
||||
cursor: pointer;
|
||||
text-shadow: none;
|
||||
background: linear-gradient(#333, #555);
|
||||
background-color: var(--bs-btn-hover-bg);
|
||||
border-color: var(--bs-btn-hover-border-color);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user