diff --git a/src/main/gnome-shell/gdm3-dark.css b/src/main/gnome-shell/gdm3-dark.css index 0fdf584..053a34e 100644 --- a/src/main/gnome-shell/gdm3-dark.css +++ b/src/main/gnome-shell/gdm3-dark.css @@ -30,8 +30,7 @@ stage { .message, .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { border-radius: 10px; border: none; box-shadow: none; @@ -43,11 +42,9 @@ stage { .message:hover, .world-clocks-button:hover, .weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.events-button:hover, .message:focus, .world-clocks-button:focus, .weather-button:focus, -.events-button:focus, -.events-section-title:focus { +.events-button:focus { color: #dedede; background-color: rgba(74, 74, 74, 0.75); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); @@ -55,8 +52,7 @@ stage { .message:active, .world-clocks-button:active, .weather-button:active, -.events-button:active, -.events-section-title:active { +.events-button:active { color: #dedede; background-color: rgba(62, 62, 62, 0.75); box-shadow: none; @@ -405,8 +401,7 @@ stage { .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { padding: 12px; margin: 2px 4px; } diff --git a/src/main/gnome-shell/gdm3-light.css b/src/main/gnome-shell/gdm3-light.css index f0f6cd0..87e24ec 100644 --- a/src/main/gnome-shell/gdm3-light.css +++ b/src/main/gnome-shell/gdm3-light.css @@ -30,8 +30,7 @@ stage { .message, .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { border-radius: 10px; border: none; box-shadow: none; @@ -43,11 +42,9 @@ stage { .message:hover, .world-clocks-button:hover, .weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.events-button:hover, .message:focus, .world-clocks-button:focus, .weather-button:focus, -.events-button:focus, -.events-section-title:focus { +.events-button:focus { color: #242424; background-color: white; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); @@ -55,8 +52,7 @@ stage { .message:active, .world-clocks-button:active, .weather-button:active, -.events-button:active, -.events-section-title:active { +.events-button:active { color: #242424; background-color: rgba(255, 255, 255, 0.65); box-shadow: none; @@ -405,8 +401,7 @@ stage { .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { padding: 12px; margin: 2px 4px; } diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.css b/src/main/gnome-shell/gnome-shell-dark-solid.css index ce37ea8..c884d66 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid.css @@ -66,8 +66,7 @@ stage { .message, .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { border-radius: 10px; border: none; box-shadow: none; @@ -79,11 +78,9 @@ stage { .message:hover, .world-clocks-button:hover, .weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.events-button:hover, .message:focus, .world-clocks-button:focus, .weather-button:focus, -.events-button:focus, -.events-section-title:focus { +.events-button:focus { color: #dedede; background-color: rgba(74, 74, 74, 0.75); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); @@ -91,8 +88,7 @@ stage { .message:active, .world-clocks-button:active, .weather-button:active, -.events-button:active, -.events-section-title:active { +.events-button:active { color: #dedede; background-color: rgba(62, 62, 62, 0.75); box-shadow: none; @@ -500,8 +496,7 @@ stage { .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { padding: 12px; margin: 2px 4px; } diff --git a/src/main/gnome-shell/gnome-shell-dark.css b/src/main/gnome-shell/gnome-shell-dark.css index 0c050fd..b62ac6f 100644 --- a/src/main/gnome-shell/gnome-shell-dark.css +++ b/src/main/gnome-shell/gnome-shell-dark.css @@ -66,8 +66,7 @@ stage { .message, .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { border-radius: 10px; border: none; box-shadow: none; @@ -79,11 +78,9 @@ stage { .message:hover, .world-clocks-button:hover, .weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.events-button:hover, .message:focus, .world-clocks-button:focus, .weather-button:focus, -.events-button:focus, -.events-section-title:focus { +.events-button:focus { color: #dedede; background-color: rgba(74, 74, 74, 0.75); box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); @@ -91,8 +88,7 @@ stage { .message:active, .world-clocks-button:active, .weather-button:active, -.events-button:active, -.events-section-title:active { +.events-button:active { color: #dedede; background-color: rgba(62, 62, 62, 0.75); box-shadow: none; @@ -500,8 +496,7 @@ stage { .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { padding: 12px; margin: 2px 4px; } diff --git a/src/main/gnome-shell/gnome-shell-light-solid.css b/src/main/gnome-shell/gnome-shell-light-solid.css index 3be3c22..e3ad540 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.css +++ b/src/main/gnome-shell/gnome-shell-light-solid.css @@ -66,8 +66,7 @@ stage { .message, .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { border-radius: 10px; border: none; box-shadow: none; @@ -79,11 +78,9 @@ stage { .message:hover, .world-clocks-button:hover, .weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.events-button:hover, .message:focus, .world-clocks-button:focus, .weather-button:focus, -.events-button:focus, -.events-section-title:focus { +.events-button:focus { color: #242424; background-color: white; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); @@ -91,8 +88,7 @@ stage { .message:active, .world-clocks-button:active, .weather-button:active, -.events-button:active, -.events-section-title:active { +.events-button:active { color: #242424; background-color: rgba(255, 255, 255, 0.65); box-shadow: none; @@ -500,8 +496,7 @@ stage { .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { padding: 12px; margin: 2px 4px; } diff --git a/src/main/gnome-shell/gnome-shell-light.css b/src/main/gnome-shell/gnome-shell-light.css index 7fd1c75..410c242 100644 --- a/src/main/gnome-shell/gnome-shell-light.css +++ b/src/main/gnome-shell/gnome-shell-light.css @@ -66,8 +66,7 @@ stage { .message, .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { border-radius: 10px; border: none; box-shadow: none; @@ -79,11 +78,9 @@ stage { .message:hover, .world-clocks-button:hover, .weather-button:hover, -.events-button:hover, -.events-section-title:hover, .message:focus, .world-clocks-button:focus, +.events-button:hover, .message:focus, .world-clocks-button:focus, .weather-button:focus, -.events-button:focus, -.events-section-title:focus { +.events-button:focus { color: #242424; background-color: white; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); @@ -91,8 +88,7 @@ stage { .message:active, .world-clocks-button:active, .weather-button:active, -.events-button:active, -.events-section-title:active { +.events-button:active { color: #242424; background-color: rgba(255, 255, 255, 0.65); box-shadow: none; @@ -500,8 +496,7 @@ stage { .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { padding: 12px; margin: 2px 4px; } diff --git a/src/sass/gnome-shell/widgets/_calendar.scss b/src/sass/gnome-shell/widgets/_calendar.scss index 1327663..c94e2a0 100644 --- a/src/sass/gnome-shell/widgets/_calendar.scss +++ b/src/sass/gnome-shell/widgets/_calendar.scss @@ -203,8 +203,7 @@ .world-clocks-button, .weather-button, -.events-button, -.events-section-title { +.events-button { @extend %popover_bubble; padding: 12px; margin: 2px 4px;