Tabs and arrows UX enhancements

Porting Ash's UI/UX patches to mainline repo
This commit is contained in:
Defenders08 2020-08-23 04:02:45 +07:00 committed by GitHub
parent 6d9325948c
commit 0ebbe8e57f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB