diff --git a/CSS/themes/guacorg.css b/CSS/themes/guacorg.css index c3284ebb..7cc578e6 100644 --- a/CSS/themes/guacorg.css +++ b/CSS/themes/guacorg.css @@ -226,3 +226,19 @@ div.location, input[type=text], input[type=email], input[type=number], input[typ .location-chooser .dropdown { 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); +} diff --git a/CSS/themes/guacplex.css b/CSS/themes/guacplex.css index f0d73456..0736249f 100644 --- a/CSS/themes/guacplex.css +++ b/CSS/themes/guacplex.css @@ -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 { color: white !important; - background: rgba(0, 0, 0, 0.25); + background: transparent; } /* HOME MENU */ @@ -238,3 +238,19 @@ div.location, input[type=text], input[type=email], input[type=number], input[typ .location-chooser .dropdown { 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); +} diff --git a/Resources/guacamole/checkmark.png b/Resources/guacamole/checkmark.png new file mode 100644 index 00000000..a578339f Binary files /dev/null and b/Resources/guacamole/checkmark.png differ diff --git a/Resources/guacamole/lock.png b/Resources/guacamole/lock.png new file mode 100644 index 00000000..02b495dd Binary files /dev/null and b/Resources/guacamole/lock.png differ