popover modelbutton fix.

This commit is contained in:
EMH-Mark-I 2018-02-02 17:47:22 -06:00
parent 5a4f11f851
commit 648f055f67
1 changed files with 6 additions and 0 deletions

View File

@ -303,6 +303,12 @@ popover button.flat {
background-color: @bg_color;
}
popover button.flat:active {
padding: 4px;
margin: 2px;
background-color: @bg_color;
}
popover modelbutton:hover {
background-color: white;
}