1
1
Fork 0
mirror of https://github.com/openvk/openvk synced 2025-05-03 15:46:42 +03:00

Update style.css

This commit is contained in:
Defenders08 2020-08-23 00:16:56 +07:00 committed by GitHub
parent 8eb08cb6fc
commit 254915947b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -403,7 +403,7 @@ input[type=checkbox]:checked {
} }
.content_title_expanded { .content_title_expanded {
background-image: url('../img/flex_arrow_open.gif'); background-image: url('../img/flex_arrow_open2.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-color: #e6e6e6; background-color: #e6e6e6;
border-top: #8B8B8B solid 1px; border-top: #8B8B8B solid 1px;
@ -622,6 +622,10 @@ table.User {
border-radius: 3px 3px 0px 0px; border-radius: 3px 3px 0px 0px;
} }
#activetabs:hover {
color: #e8e8e8;
}
.tab { .tab {
display: inline-block; display: inline-block;
padding: 4px 6px; padding: 4px 6px;