mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Change alert message and button colour
This commit is contained in:
parent
c5237547cf
commit
5124ebfe16
2 changed files with 35 additions and 15 deletions
|
@ -237,6 +237,35 @@ fieldset[disabled] .btn-bright.active {
|
|||
color: #fff;
|
||||
background-color: #eb8600;
|
||||
}
|
||||
.btn-danger.btn-edit {
|
||||
color: #d7d7d7;
|
||||
background-color: #3B3B3B;
|
||||
border-color: transparent;
|
||||
float: right;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.btn-danger.btn-edit:hover {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #ac2925;
|
||||
}
|
||||
.btn-danger.btn-edit.active {
|
||||
color: #fff;
|
||||
background-color: #c9302c;
|
||||
border-color: #ac2925;
|
||||
}
|
||||
.btn-danger.btn-edit.active:hover {
|
||||
color: #fff;
|
||||
background-color: #ac2925;
|
||||
border-color: #761c19;
|
||||
}
|
||||
.alert-edit {
|
||||
display: none;
|
||||
float: right;
|
||||
margin-bottom: 0;
|
||||
margin-right: 5px;
|
||||
padding: 6px 15px;
|
||||
}
|
||||
.modal-header {
|
||||
padding: 15px 20px;
|
||||
background-color: #323232;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue