mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Tabs and arrows UX enhancements
Porting Ash's UI/UX patches to mainline repo
This commit is contained in:
parent
6d9325948c
commit
0ebbe8e57f
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
BIN
Web/static/img/flex_arrow_open2.png
Normal file
BIN
Web/static/img/flex_arrow_open2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
Loading…
Reference in a new issue