mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
updated styling of sortable columns on hover.
This commit is contained in:
parent
c519195ce3
commit
d958e95c59
6 changed files with 18 additions and 5 deletions
|
@ -62,7 +62,6 @@
|
|||
padding : 30px;
|
||||
}
|
||||
|
||||
|
||||
.page-toolbar {
|
||||
margin-top : 10px;
|
||||
margin-bottom : 30px;
|
||||
|
@ -93,3 +92,13 @@
|
|||
padding : 4px 6px;
|
||||
font-size : 16px;
|
||||
}
|
||||
|
||||
th {
|
||||
&.sortable {
|
||||
&:hover {
|
||||
background: @tableBackgroundHover;
|
||||
}
|
||||
.clickable();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue