mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
updated styling of sortable columns on hover.
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user