refactoring

This commit is contained in:
Devaev Maxim
2018-08-27 11:07:19 +03:00
parent 95ea69d43f
commit 47a077a3b7
3 changed files with 53 additions and 64 deletions

View File

@@ -28,10 +28,10 @@
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
div.ctl-dropdown-content button, select {
button, select {
height: 45px !important;
}
div.ctl-dropdown-content button:enabled:hover, select:enabled:hover {
button:enabled:hover, select:enabled:hover {
color: var(--fg-color-normal) !important;
background-color: var(--bg-color-normal) !important;
}