From 254915947b9e4d714eaeb8e0b97d17c8e565b747 Mon Sep 17 00:00:00 2001 From: Defenders08 <60748247+Defenders08@users.noreply.github.com> Date: Sun, 23 Aug 2020 00:16:56 +0700 Subject: [PATCH] Update style.css --- Web/static/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Web/static/css/style.css b/Web/static/css/style.css index e22a774c..d965b39a 100644 --- a/Web/static/css/style.css +++ b/Web/static/css/style.css @@ -403,7 +403,7 @@ input[type=checkbox]:checked { } .content_title_expanded { - background-image: url('../img/flex_arrow_open.gif'); + background-image: url('../img/flex_arrow_open2.png'); background-repeat: no-repeat; background-color: #e6e6e6; border-top: #8B8B8B solid 1px; @@ -622,6 +622,10 @@ table.User { border-radius: 3px 3px 0px 0px; } +#activetabs:hover { + color: #e8e8e8; +} + .tab { display: inline-block; padding: 4px 6px;