diff --git a/Web/static/css/style.css b/Web/static/css/style.css index e22a774c..d6e4892d 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,11 @@ table.User { border-radius: 3px 3px 0px 0px; } + +#activetabs:hover { + color: #e8e8e8; +} + .tab { display: inline-block; padding: 4px 6px; diff --git a/Web/static/img/flex_arrow_open2.png b/Web/static/img/flex_arrow_open2.png new file mode 100644 index 00000000..7a7b7d7a Binary files /dev/null and b/Web/static/img/flex_arrow_open2.png differ