diff --git a/src/stylesheet/adwaita-hc-light.css b/src/stylesheet/adwaita-hc-light.css index 9ab39f508491ee3d85ca206f3bb8cf9a30f7ddbf..1d4abc03bea5729329c9a3585950d9290e9956f0 100644 --- a/src/stylesheet/adwaita-hc-light.css +++ b/src/stylesheet/adwaita-hc-light.css @@ -64,3 +64,6 @@ phosh-keypad image { -gtk-icon-shadow: none; } +.phosh-search-bar { + background-color: @phosh_button_bg_color; +} diff --git a/src/stylesheet/common.css b/src/stylesheet/common.css index a8c48be2e2a52bef3afb59874fa1b75df7d98ec6..07f46fc70cc33129834c78b6c82a828826e91e72 100644 --- a/src/stylesheet/common.css +++ b/src/stylesheet/common.css @@ -355,7 +355,7 @@ phosh-home { border-radius: 9999px; padding: 3px 18px 3px 14px; border: 1px solid transparent; - background-color: @phosh_button_bg_color; + background-color: alpha(@phosh_bg_color,.6); color: inherit; } @@ -542,6 +542,13 @@ phosh-keypad button:active image { -gtk-icon-shadow: none; } +phosh-keypad button:active, +phosh-keypad button:hover, +phosh-keypad button:hover:active, +phosh-keypad button:focus { + background: alpha(@phosh_fg_color, 0.3); +} + phosh-lockscreen .text-only-button { font-size: 16px; font-weight: bold;