Move admin CSS to separate file
This commit is contained in:
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;
|
||||
}
|
Reference in New Issue
Block a user