1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

button butt

This commit is contained in:
GilbN 2018-08-17 15:49:49 +02:00
parent c6f6327a22
commit cd30aa96c1
2 changed files with 9 additions and 0 deletions

View File

@ -502,6 +502,14 @@ pre {
border-color: #FFF;
}
/* save button */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus,
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
color: #fff;
background-color: #204d74;
border-color: transparent;
}
/* blue button */
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
color: #fff;

View File

@ -541,6 +541,7 @@ pre {
color: #FFF;
border-color: #FFF;
}
/* save button */
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus,
.btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {