From 6a663c02ac801917acc9b8aea2827bc74d88d2a8 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Sun, 23 Jul 2023 00:40:32 -0700 Subject: [PATCH] missed some outlined styles --- debian-theme.css | 9 ++++++++- default-theme.css | 10 +++++++--- discord-theme.css | 10 +++++++--- noctua-theme.css | 10 +++++++--- pink-theme.css | 8 ++++++-- retro-theme.css | 8 ++++++-- ubuntu-theme.css | 8 ++++++-- white-theme.css | 8 ++++++-- 8 files changed, 53 insertions(+), 18 deletions(-) diff --git a/debian-theme.css b/debian-theme.css index 798927e..b810249 100644 --- a/debian-theme.css +++ b/debian-theme.css @@ -286,4 +286,11 @@ .tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field{ border-radius: 2px; } - \ No newline at end of file +.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field,.page-numbers.current{ + border-radius: 2px; +} +.page-numbers.current{ + background-color: var(--href-dark); + border: none!important; + color:#fff!important; +} \ No newline at end of file diff --git a/default-theme.css b/default-theme.css index e922bba..7e0b4af 100644 --- a/default-theme.css +++ b/default-theme.css @@ -283,7 +283,11 @@ border: none!important; color:#fff!important; } - .tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field{ - border-radius: 2px; +.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field,.page-numbers.current{ + border-radius: 2px; } - \ No newline at end of file +.page-numbers.current{ + background-color: var(--href-dark); + border: none!important; + color:#fff!important; +} \ No newline at end of file diff --git a/discord-theme.css b/discord-theme.css index 00fe1f0..9c29f3d 100644 --- a/discord-theme.css +++ b/discord-theme.css @@ -283,7 +283,11 @@ border: none!important; color:#fff!important; } - .tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field{ - border-radius: 2px; +.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field,.page-numbers.current{ + border-radius: 2px; } - \ No newline at end of file +.page-numbers.current{ + background-color: var(--href-dark); + border: none!important; + color:#fff!important; +} \ No newline at end of file diff --git a/noctua-theme.css b/noctua-theme.css index 842fed7..ccefff3 100644 --- a/noctua-theme.css +++ b/noctua-theme.css @@ -283,7 +283,11 @@ border: none!important; color:#fff!important; } - .tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field{ - border-radius: 2px; +.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field,.page-numbers.current{ + border-radius: 2px; } - \ No newline at end of file +.page-numbers.current{ + background-color: var(--href-dark); + border: none!important; + color:#fff!important; +} \ No newline at end of file diff --git a/pink-theme.css b/pink-theme.css index 3b8caa0..82c6df6 100644 --- a/pink-theme.css +++ b/pink-theme.css @@ -342,7 +342,11 @@ video { border: none!important; color: #fff!important; } - -.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field { +.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field,.page-numbers.current{ border-radius: 2px; +} +.page-numbers.current{ + background-color: var(--href-dark); + border: none!important; + color:#fff!important; } \ No newline at end of file diff --git a/retro-theme.css b/retro-theme.css index 17ee290..c4fc92b 100644 --- a/retro-theme.css +++ b/retro-theme.css @@ -342,7 +342,11 @@ video { border: none!important; color: #fff!important; } - -.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field { +.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field,.page-numbers.current{ border-radius: 2px; +} +.page-numbers.current{ + background-color: var(--href-dark); + border: none!important; + color:#fff!important; } \ No newline at end of file diff --git a/ubuntu-theme.css b/ubuntu-theme.css index 9d32ba9..f111eec 100644 --- a/ubuntu-theme.css +++ b/ubuntu-theme.css @@ -342,7 +342,11 @@ video { border: none!important; color: #fff!important; } - -.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field { +.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field,.page-numbers.current{ border-radius: 2px; +} +.page-numbers.current{ + background-color: var(--href-dark); + border: none!important; + color:#fff!important; } \ No newline at end of file diff --git a/white-theme.css b/white-theme.css index f458162..7950def 100644 --- a/white-theme.css +++ b/white-theme.css @@ -342,7 +342,11 @@ video { border: none!important; color: #fff!important; } - -.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field { +.tagcloud a:hover, input.search-submit,input.search-submit:hover, img,.navigation .nav-links a,.bttn,button,input[type=button],input[type=reset],input[type=submit],.mt-menu-search .mt-form-wrap .search-form .search-field,.page-numbers.current{ border-radius: 2px; +} +.page-numbers.current{ + background-color: var(--href-dark); + border: none!important; + color:#fff!important; } \ No newline at end of file