From 8de4e05ffaf929466c57bcde0bd207b7a4d340d7 Mon Sep 17 00:00:00 2001 From: Finger-san <28685939+Finger-san@users.noreply.github.com> Date: Tue, 16 Apr 2019 13:29:48 +0200 Subject: [PATCH] Improving buttons Improved buttons and removing footer-link decorations --- custom_portal.css | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/custom_portal.css b/custom_portal.css index 592f808..885bc64 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -10,6 +10,7 @@ .user-container small, .user-container .user-mail, .user-container .user-mail, +.footer a, #ynh-logout { color: black !important; text-shadow: 0px, 0px, 5px, black !important; @@ -52,27 +53,17 @@ background-color: rgba(255, 255, 255, 0.5) !important; color: black !important; } -.btn:hover, .classic-btn:hover, .large-btn:hover { - background-color: none !important; - background-image: url(./btnTexture.png); - text-decoration: none; -} - -.footer a { - padding: 2px; - color:black; -} -.link-profile-edit:hover { - background-color: rgba(231, 0, 0, 0.5); +.classic-btn:hover, .large-btn:hover { + background-color: rgba(0, 68, 255, 0.5) !important; color: white !important; + text-decoration: none; } -.link-documentation:hover { - background-color: rgba(0, 129, 31, 0.5); +.validate-btn:hover { + background-color: rgba(0, 129, 31, 0.5) !important; color: white !important; } -.link-admin:hover { - background-color: rgba(0, 68, 255, 0.5); - color: white !important; +.link-btn:hover { + background-color: rgba(255, 239, 0, 0.5) !important; } .messages.info {