commit | cac3cd9be21d3646b89fb6a0d1bdd111b89c3f68 | [log] [tgz] |
---|---|---|
author | Uyen-Nhu Tran <125201939+uyen-nhu@users.noreply.github.com> | Wed Apr 10 01:28:27 2024 +0200 |
committer | Uyen-Nhu Tran <125201939+uyen-nhu@users.noreply.github.com> | Wed Apr 10 01:28:27 2024 +0200 |
tree | 0b02290c206bd4e580a4d39ed6d6ddeb950680cb | |
parent | 87aabcc331ef29aa536facf3537e7853ce5eb1d9 [diff] [blame] |
corrected color of minimize button for snippets to nearly-white, and added media query for border-radius of the search bar
diff --git a/dev/scss/media.scss b/dev/scss/media.scss index bb2975d..d7875f8 100644 --- a/dev/scss/media.scss +++ b/dev/scss/media.scss
@@ -63,8 +63,9 @@ #searchbar { padding-right: 30px; margin-top: 0; - input { + input#q-field { font-size: 9pt; + border-radius: 6px 0 0 6px; } button[type=submit] { right: 0;