Fix pages background

This commit is contained in:
Damian Mooyman 2016-10-11 15:27:32 +13:00
parent 7b36df286e
commit 20cee73583
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
2 changed files with 2 additions and 0 deletions

View File

@ -10513,6 +10513,7 @@ form.member-profile-form #Permissions .optionset li{
.cms .cms-content-fields{
overflow-y:auto;
background:transparent;
}
.cms .cms-content-fields #Root_Main .confirmedpassword{

View File

@ -1426,6 +1426,7 @@ form.member-profile-form {
// always show a y scroll bar as popups like TreeDropdowns
// can trigger longer pages and the extra scroll bar doesn't fire our sizing bar
overflow-y: auto;
background: transparent;
#Root_Main {
.confirmedpassword {