From 41c9da2134aaabf592ff4b1478eb956c703f14d2 Mon Sep 17 00:00:00 2001 From: Christian Medel Date: Wed, 23 Dec 2020 11:42:22 -0500 Subject: [PATCH] Shell changes --- gnome-shell/gnome-shell.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnome-shell/gnome-shell.css b/gnome-shell/gnome-shell.css index 41ba66a..0a7720d 100644 --- a/gnome-shell/gnome-shell.css +++ b/gnome-shell/gnome-shell.css @@ -1972,8 +1972,8 @@ StScrollBar { .candidate-page-button, .modal-dialog-button, .modal-dialog-linked-button { - border-radius: 0; - border: none; + border-radius: 6px; + border: 1px solid transparent; background-color: transparent; margin-top: 0.5em; padding: 4px 36px; @@ -1983,12 +1983,11 @@ StScrollBar { icon-shadow: none; height: 30px; margin: 0; - font-size: 13pt; } .modal-dialog-button:focus, .modal-dialog-linked-button:focus { - font-weight: bold; + border-color: #1c7aec; } .candidate-page-button:active,