Reduce the contrast of the border at the bottom of change-view-buttons

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/655>
This commit is contained in:
MoonlightWave-12
2024-05-04 19:03:49 +02:00
parent c7e3681e38
commit 2c2347e3ff
2 changed files with 8 additions and 8 deletions

View File

@ -29,7 +29,7 @@ sq_button.character-group {
background: alpha(@theme_fg_color, 0.105);
border-bottom: 0.4999px;
border-style: solid;
border-color: alpha(@theme_fg_color, 0.25);
border-color: alpha(@theme_fg_color, 0.175);
}
sq_button.emoji-group:active,
@ -37,7 +37,7 @@ sq_button.character-group:active {
background: alpha(@theme_fg_color, 0.16);
border-bottom: 0.4999px;
border-style: solid;
border-color: alpha(@theme_fg_color, 0.275);
border-color: alpha(@theme_fg_color, 0.175);
}
sq_button.change-view,
@ -45,7 +45,7 @@ sq_button.change-view-2 {
background: alpha(@theme_fg_color, 0.15);
border-bottom: 0.4999px;
border-style: solid;
border-color: alpha(@theme_fg_color, 0.25);
border-color: alpha(@theme_fg_color, 0.175);
}
sq_button.change-view:active,
@ -53,7 +53,7 @@ sq_button.change-view-2:active {
background: alpha(@theme_fg_color, 0.2);
border-bottom: 0.4999px;
border-style: solid;
border-color: alpha(@theme_fg_color, 0.275);
border-color: alpha(@theme_fg_color, 0.175);
}
sq_button.placeholder,