user settings fix
This commit is contained in:
parent
3524830c0f
commit
833872e387
@ -226,3 +226,19 @@ div.location, input[type=text], input[type=email], input[type=number], input[typ
|
|||||||
.location-chooser .dropdown {
|
.location-chooser .dropdown {
|
||||||
background: #666;
|
background: #666;
|
||||||
}
|
}
|
||||||
|
/* USER SETTINGS */
|
||||||
|
.page-tabs .page-list li a[href], .section-tabs li a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.page-tabs .page-list li a[href]:hover, .section-tabs li a:hover {
|
||||||
|
background-color: hsla(0, 0%, 100%, 0.07);
|
||||||
|
}
|
||||||
|
.manage-user .page-tabs .page-list li.linked a[href]:before {
|
||||||
|
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/checkmark.png);
|
||||||
|
}
|
||||||
|
.manage-user .page-tabs .page-list li.read-only a[href]:before {
|
||||||
|
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/lock.png);
|
||||||
|
}
|
||||||
|
.manage-user .notice.read-only {
|
||||||
|
background: hsla(0, 0%, 100%, 0.07);
|
||||||
|
}
|
||||||
|
|||||||
@ -59,7 +59,7 @@ div.location, input[type=text], input[type=email], input[type=number], input[typ
|
|||||||
}
|
}
|
||||||
input[type=checkbox], input[type=number], input[type=text], input[type=email], input[type=radio], label, textarea {
|
input[type=checkbox], input[type=number], input[type=text], input[type=email], input[type=radio], label, textarea {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
background: rgba(0, 0, 0, 0.25);
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* HOME MENU */
|
/* HOME MENU */
|
||||||
@ -238,3 +238,19 @@ div.location, input[type=text], input[type=email], input[type=number], input[typ
|
|||||||
.location-chooser .dropdown {
|
.location-chooser .dropdown {
|
||||||
background: #666;
|
background: #666;
|
||||||
}
|
}
|
||||||
|
/* USER SETTINGS */
|
||||||
|
.page-tabs .page-list li a[href], .section-tabs li a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.page-tabs .page-list li a[href]:hover, .section-tabs li a:hover {
|
||||||
|
background-color: hsla(0, 0%, 100%, 0.07);
|
||||||
|
}
|
||||||
|
.manage-user .page-tabs .page-list li.linked a[href]:before {
|
||||||
|
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/checkmark.png);
|
||||||
|
}
|
||||||
|
.manage-user .page-tabs .page-list li.read-only a[href]:before {
|
||||||
|
background-image: url(https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/guacamole/lock.png);
|
||||||
|
}
|
||||||
|
.manage-user .notice.read-only {
|
||||||
|
background: hsla(0, 0%, 100%, 0.07);
|
||||||
|
}
|
||||||
|
|||||||
BIN
Resources/guacamole/checkmark.png
Normal file
BIN
Resources/guacamole/checkmark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
BIN
Resources/guacamole/lock.png
Normal file
BIN
Resources/guacamole/lock.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
Reference in New Issue
Block a user