mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Tweaked transition animations
This commit is contained in:
@@ -118,15 +118,15 @@ GtkClutterOffscreen {
|
|||||||
******************/
|
******************/
|
||||||
/* transitions */
|
/* transitions */
|
||||||
.button {
|
.button {
|
||||||
transition: background 150ms ease-in-out;
|
transition: border 100ms ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry {
|
.entry {
|
||||||
transition: all 150ms ease-out;
|
transition: border 100ms ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entry:focus {
|
.entry:focus {
|
||||||
transition: all 150ms ease-in;
|
transition: border 100ms ease-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* inset shadows */
|
/* inset shadows */
|
||||||
|
|||||||
Reference in New Issue
Block a user