mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Move admin CSS to separate file
This commit is contained in:
parent
567bba0c44
commit
f0ca7385b9
5 changed files with 19 additions and 18 deletions
8
data/interfaces/default/css/plexpy-admin.css
Normal file
8
data/interfaces/default/css/plexpy-admin.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
.dashboard-activity-container:hover .dashboard-activity-info-platform {
|
||||
opacity: 0;
|
||||
}
|
||||
.dashboard-activity-container:hover .dashboard-activity-terminate-session {
|
||||
background-color: rgba(0, 0, 0, 0.25);
|
||||
opacity: 1;
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue