Skip to content

Commit

Permalink
Upstream enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Jul 10, 2019
1 parent c2eb7df commit 06ebca1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gtk-3.0/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ scale:backdrop slider, switch:backdrop slider {
transition: 200ms ease-out; }

scrollbar {
transition: 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
scrollbar:backdrop {
transition: 200ms ease-out; }
scrollbar slider {
Expand Down Expand Up @@ -995,6 +995,10 @@ menu menuitem, .menu menuitem {
menu menuitem:hover, .menu menuitem:hover {
color: #FFFFFF;
background-color: #0076C6; }
menu menuitem:hover switch slider, menu menuitem:hover scale highlight, menu menuitem:hover scale slider, .menu menuitem:hover switch slider, .menu menuitem:hover scale highlight, .menu menuitem:hover scale slider {
background-color: #FFFFFF; }
menu menuitem:hover scale trough, menu menuitem:hover switch, .menu menuitem:hover scale trough, .menu menuitem:hover switch {
background-color: alpha(#FFFFFF, 0.75); }
menu menuitem:disabled, .menu menuitem:disabled {
color: mix(#000000, #FFFFFF, 0.5); }
menu menuitem arrow, .menu menuitem arrow {
Expand Down

0 comments on commit 06ebca1

Please sign in to comment.