Skip to content

Commit

Permalink
gtk-3.20: Fixed disabled buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
poltertec committed Oct 16, 2016
1 parent fa5355b commit 4e08672
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 1 deletion.
30 changes: 30 additions & 0 deletions EvoPop/gtk-3.20/gtk-dark.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 30 additions & 0 deletions EvoPop/gtk-3.20/gtk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions EvoPop/gtk-3.20/widgets/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,14 @@ button {
&:active,
&:checked { @include button(active, $b_color, white); }

&:disabled {
@include button(backdrop-insensitive, $b_color, white);
label { color: transparentize(white, 0.5);}

&:active,
&:checked { @include button(backdrop-insensitive-active, $b_color, white); }
}

&:backdrop,
&.flat:backdrop {
@include button(backdrop, $b_color, white);
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([EvoPop ], 1.8.0, [poltertec@gmail.com], [evopop-gtk-theme], [https://solus-project.com/])
AC_INIT([EvoPop ], 2.0.0, [poltertec@gmail.com], [evopop-gtk-theme], [https://solus-project.com/])
AM_INIT_AUTOMAKE([-Wno-portability no-dist-gzip dist-xz foreign subdir-objects 1.9 tar-ustar])
AC_PREFIX_DEFAULT(/usr/local)
AM_SILENT_RULES([yes])
Expand Down

0 comments on commit 4e08672

Please sign in to comment.