Gtk-4: Fix error buttons style

This commit is contained in:
EliverLara
2021-12-05 14:10:22 -06:00
parent 617107e60c
commit 5bb08cbddb
3 changed files with 138 additions and 158 deletions

View File

@@ -2528,7 +2528,7 @@ infobar {
color: #C3C7D1;
background-color: #161925;
border-bottom: 1px solid #030305;
box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.15); }
box-shadow: none; }
.info, .warning, .question, .error {
text-shadow: none;
@@ -2569,29 +2569,21 @@ infobar {
color: rgba(195, 199, 209, 0.5);
box-shadow: none; }
.info {
background-color: #71f79f; }
.info:backdrop {
background-color: #a1fac0;
color: rgba(254, 254, 254, 0.5); }
.info, .info:backdrop {
color: #71f79f;
background-color: transparent; }
.warning {
background-color: #cc5500; }
.warning:backdrop {
background-color: #ff6a00;
color: rgba(254, 254, 254, 0.5); }
.warning, .warning:backdrop {
color: #cc5500;
background-color: transparent; }
.question {
background-color: #00c1e4; }
.question:backdrop {
background-color: #18dcff;
color: rgba(254, 254, 254, 0.5); }
.question, .question:backdrop {
color: #00c1e4;
background-color: transparent; }
.error {
background-color: #e6133e; }
.error:backdrop {
background-color: #ef3d61;
color: rgba(254, 254, 254, 0.5); }
.error, .error:backdrop {
color: #e6133e;
background-color: transparent; }
/*************
* Level Bar *