From 874de4745808bc70ae23d9c111d9988b1f5cb798 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Sat, 5 Sep 2020 00:39:51 +0600 Subject: [PATCH] v4.4.3.0 --- app/templates/include/add_proxy.html | 2 +- inc/awesome.css | 7 ++++++- inc/style.css | 6 ++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/app/templates/include/add_proxy.html b/app/templates/include/add_proxy.html index ce26a9cc..92575b6c 100644 --- a/app/templates/include/add_proxy.html +++ b/app/templates/include/add_proxy.html @@ -12,7 +12,7 @@ }); {% endif %} -
+
diff --git a/inc/awesome.css b/inc/awesome.css index 56ec9058..22e214be 100644 --- a/inc/awesome.css +++ b/inc/awesome.css @@ -137,6 +137,11 @@ font-family: "Font Awesome 5 Solid"; content: "\f00d"; } +.info::before { + display: none; + font-family: "Font Awesome 5 Solid"; + content: "\f129"; +} .login::before { display: none; font-family: "Font Awesome 5 Solid"; @@ -247,4 +252,4 @@ display: none; font-family: "Font Awesome 5 Solid"; content: "\f0c9"; -} \ No newline at end of file +} diff --git a/inc/style.css b/inc/style.css index 99f65b26..1cb92b1f 100644 --- a/inc/style.css +++ b/inc/style.css @@ -635,9 +635,6 @@ ul{ .ui-corner-all { border-radius: 0 !important; } -a { - background-color: transparent; -} a:active, a:hover { outline: 0; } @@ -645,8 +642,9 @@ a, a:visited { text-decoration: underline; } a { - color: #9d9d9d; + color: #23527c; text-decoration: none; + background-color: transparent; } a:hover, a:focus { color: #23527c;