mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 07:40:51 +00:00
Pressed state for library table headers
This commit is contained in:
parent
0bd9feba7a
commit
4b411eb4d6
@ -68,6 +68,17 @@
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
|
||||
#webamp-media-library
|
||||
.webamp-media-library-table
|
||||
.library-table-heading
|
||||
> div:active {
|
||||
margin-right: 0px;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 1px;
|
||||
margin-left: 1px;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
#webamp-media-library .library-button {
|
||||
border: none;
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user