Add new api button hover

This commit is contained in:
Jesús 2017-11-20 11:12:29 +01:00
parent c650e9698c
commit 8883e431d7

View File

@ -620,6 +620,12 @@ md-select ._md-select-value._md-select-placeholder {
box-shadow: none !important;
}
.buttonBlueLightSettings {
background-color: #005571 !important;
color: white !important;
box-shadow: none !important;
}
.md-button.buttonBlueLight.md-default-theme:not([disabled]):hover,
.md-button:not([disabled]):hover {
background-color: rgba(60, 174, 210, 0.7)