1
0
Fork 0
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:
Ricardo Hernandez-Montoya 2017-04-07 18:25:54 +02:00
parent 313ba6bd2b
commit cd7d624f88

View file

@ -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;
}