mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-16 00:00:03 +01:00
match buttons in edit mode
This commit is contained in:
parent
313ba6bd2b
commit
cd7d624f88
1 changed files with 6 additions and 1 deletions
|
@ -99,6 +99,11 @@ div[class*="-widget"] .btn[disabled], .btn.disabled, div[class*="-widget"] input
|
|||
pointer-events: none;
|
||||
}
|
||||
|
||||
.editing-widget .btn-default.disabled {
|
||||
background-color: #abcfd8;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-default[disabled]:hover {
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
|
@ -115,7 +120,7 @@ div[class*="-widget"] .btn[disabled], .btn.disabled, div[class*="-widget"] input
|
|||
background-color: #abcfd8;
|
||||
}
|
||||
|
||||
.widget .btn-default.active:hover, .widget .btn-default.active:focus {
|
||||
.widget .btn-default.active:hover, .widget .btn-default.active:hover {
|
||||
background-color: #89b3bd;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue