mirror of
https://github.com/openvk/openvk
synced 2025-05-03 15:46:42 +03:00
Update style.css
This commit is contained in:
parent
8eb08cb6fc
commit
254915947b
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue