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,