mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Toogle cell shows spinner when clicked
This commit is contained in:
parent
1143547556
commit
b520554741
3 changed files with 17 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="series-season">
|
||||
<h2>{{seasonTitle}} <i class="icon-search pull-right season-search x-season-search" /></h2>
|
||||
<h2>{{seasonTitle}} <span class="season-actions pull-right"><i class="icon-search x-season-search" /></span></h2>
|
||||
<div id="x-episode-grid"/>
|
||||
</div>
|
||||
|
|
|
@ -172,11 +172,15 @@
|
|||
|
||||
.season-grid {
|
||||
.toggle-cell {
|
||||
width : 10px;
|
||||
width : 12px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.season-search {
|
||||
.clickable;
|
||||
.season-actions {
|
||||
font-size : 24px;
|
||||
|
||||
i {
|
||||
.clickable;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue