[sleekmason] themes/Dragon/gtk-3.0/gtk-contained.css: adjust transition time
This commit is contained in:
parent
b6ecd9581c
commit
2714a5f4be
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ button {
|
|||
notebook > header > tabs > arrow:hover, button.sidebar-button:hover, button.titlebutton:hover,
|
||||
button.flat:hover {
|
||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
|
||||
transition-duration: 500ms; }
|
||||
transition-duration: 200ms; }
|
||||
notebook > header > tabs > arrow:hover:active, button.sidebar-button:hover:active, button.titlebutton:hover:active,
|
||||
button.flat:hover:active {
|
||||
transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
|
||||
|
|
Loading…
Reference in a new issue