Adding accent button and removing unneeded css when using libadwaita.
This commit is contained in:
parent
69d8f98464
commit
7b2bca3715
@ -93,6 +93,7 @@ sub _new_challenge_generic_code($self, $window, $type, $show, $guess) {
|
||||
$continue_button->set_valign('center');
|
||||
$continue_button->set_halign('end');
|
||||
$continue_button->set_sensitive(0);
|
||||
$continue_button->add_css_class('accent');
|
||||
my $on_answer = sub {
|
||||
$continue_button->set_sensitive(1);
|
||||
};
|
||||
|
@ -1,7 +0,0 @@
|
||||
.error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.success {
|
||||
color: green;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user