mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add modal popup for admin login from menu
This commit is contained in:
parent
1622b0fa29
commit
2f8e768c5c
4 changed files with 72 additions and 7 deletions
|
@ -2908,4 +2908,18 @@ a.no-highlight:hover {
|
|||
margin-bottom: 0;
|
||||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
}
|
||||
#admin-login-modal .form-group label {
|
||||
font-weight: 400;
|
||||
color: #999;
|
||||
}
|
||||
#admin-login-modal .remember-group {
|
||||
float: left;
|
||||
color: #999;
|
||||
}
|
||||
#admin-login-modal .remember-group .control-label {
|
||||
display: inline;
|
||||
margin-bottom: 0;
|
||||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue