From 1237b94cc49a0e5a2b0d15cdf7eb46eacaf02888 Mon Sep 17 00:00:00 2001 From: Alex <40072887+alexdcrane@users.noreply.github.com> Date: Fri, 7 Feb 2025 12:02:44 -0700 Subject: [PATCH] remove duplicates (#7250) --- themes/default/css.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/themes/default/css.php b/themes/default/css.php index 23329fc73a..5437f172ed 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2027,7 +2027,6 @@ else { //default: white resize: both; } - input.txt.login, input.txt.login { font-family: ; font-size: ; @@ -2071,7 +2070,6 @@ else { //default: white } - input.txt.login:hover, input.txt.login:hover { border: none !important; border-width: !important; @@ -2088,7 +2086,6 @@ else { //default: white } - input.txt.login:focus, input.txt.login:focus { border: none !important; border-width: !important; @@ -2113,7 +2110,6 @@ else { //default: white ?> } - input.txt.login:focus-visible, input.txt.login:focus-visible { outline: none !important; @@ -2127,7 +2123,6 @@ else { //default: white } - input.txt.login:hover:focus, input.txt.login:hover:focus { border: none !important; border-width: !important; @@ -2135,7 +2130,6 @@ else { //default: white border-color: !important; } - input.txt.login:hover:focus-visible, input.txt.login:hover:focus-visible { outline: none !important; @@ -3882,4 +3876,4 @@ else { //default: white //output custom css echo $custom_css_code; -?> \ No newline at end of file +?>