diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 20:25:45 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-05-10 20:25:45 +0900 |
| commit | 284c0c46ef25dabb61b35795372f7df2e225515c (patch) | |
| tree | f7653617a610e5d5d91a374d165952f449af2822 /config | |
| parent | 0b5e264fd9d2bc17c2f2d84cdf785e0c32ca4382 (diff) | |
ads and wlogout style tweaked
Diffstat (limited to 'config')
| -rw-r--r-- | config/ags/user/style.css | 14 | ||||
| -rw-r--r-- | config/wlogout/style.css | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/config/ags/user/style.css b/config/ags/user/style.css index bffc1b03..4774bd98 100644 --- a/config/ags/user/style.css +++ b/config/ags/user/style.css @@ -6,7 +6,7 @@ /* define some colors */ @define-color border-color @color12; -@define-color border-color-alt @color7; +@define-color border-color-alt @color1; @define-color text-color rgba(255, 255, 255, 0.7); @define-color noti-bg rgba(0, 0, 0, 0.4); @define-color noti-bg-alt #111111; @@ -24,10 +24,10 @@ widget { transition: 300ms cubic-bezier(0, 0.55, 0.45, 1); border-radius: 1.705rem; -gtk-outline-radius: 1.705rem; - border-top: 1px solid @border-color; + border-top: 4px solid @border-color; border-left: 1px solid @border-color-alt; border-right: 1px solid @border-color-alt; - border-bottom: 1px solid @border-color; + border-bottom: 2px solid @border-color; /* box-shadow: 0px 2px 3px alpha(@color0, 0.45); */ margin: 0.476rem; min-width: 13.636rem; @@ -70,10 +70,10 @@ widget { .overview-search-results { border-radius: 1.705rem; -gtk-outline-radius: 1.705rem; - border-top: 1px solid @border-color; + border-top: 4px solid @border-color; border-left: 1px solid @border-color-alt; border-right: 1px solid @border-color-alt; - border-bottom: 1px solid @border-color; + border-top: 4px solid @border-color; box-shadow: 0px 2px 3px @color9; margin: 0.476rem; min-width: 28.773rem; @@ -123,10 +123,10 @@ widget { .overview-tasks { border-radius: 1.705rem; -gtk-outline-radius: 1.705rem; - border-top: 1px solid @border-color; + border-top: 4px solid @border-color; border-left: 1px solid @border-color-alt; border-right: 1px solid @border-color-alt; - border-bottom: 1px solid @border-color; + border-top: 4px solid @border-color; box-shadow: 0px 2px 3px @color5; margin: 0.476rem; padding: 0.341rem; diff --git a/config/wlogout/style.css b/config/wlogout/style.css index 80a9c0ae..cd07718d 100644 --- a/config/wlogout/style.css +++ b/config/wlogout/style.css @@ -34,7 +34,7 @@ button:hover { margin: 30px; border-radius: 80px; transition: all 0.3s cubic-bezier(.55, 0.0, .28, 1.682), box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out; - box-shadow: 0 0 50px @color15; + box-shadow: 0 0 50px @color9; } |
