Adwaita: add transition to non flat popover buttons.

This commit is contained in:
Lapo Calamandrei 2014-07-03 09:31:51 +02:00
parent f64b6b3479
commit e7a3dceb57
3 changed files with 6 additions and 6 deletions

View File

@ -844,8 +844,8 @@ column-header {
icon-shadow: none;
border: 0;
}
.button,
.button:hover {
.button.flat,
.button.flat:hover {
text-shadow: none;
transition: none;
}

View File

@ -1046,8 +1046,8 @@ column-header .button, column-header .button:hover, column-header .button:active
background-color: transparent;
icon-shadow: none;
border: 0; }
.popover .button,
.popover .button:hover {
.popover .button.flat,
.popover .button.flat:hover {
text-shadow: none;
transition: none; }
.popover.osd {

View File

@ -1046,8 +1046,8 @@ column-header .button, column-header .button:hover, column-header .button:active
background-color: transparent;
icon-shadow: none;
border: 0; }
.popover .button,
.popover .button:hover {
.popover .button.flat,
.popover .button.flat:hover {
text-shadow: none;
transition: none; }
.popover.osd {