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;