Prosilver Dark Edition

Private message text input field is blacked out - Prosilver Dark Edition

Private message text input field is blacked out

by webants » Tue Nov 05, 2019 9:11 am

Private message text input field is blacked out with the background,input field for subject looks fine (lighter grey)

see image..

:twisted:
Attachments
pb.png
webants
Registered User
Posts: 93
Joined: Sat Jan 07, 2006 8:42 pm

Re: Private message text input field is blacked out

by PlanetStyles.net » Tue Nov 05, 2019 9:31 am

Whoops!

Thanks for raising this :)

To fix, open: /styles/prosilver_dark/theme/dark.css

Find:

Code: Select all

/* Light bg colours */
.headerbar, .navbar, .forabg, .forumbg, li.row, .bg1, .bg2, .bg3, .tabs .activetab > a, .tabs a:hover, ul.cplist, .panel, blockquote blockquote, .dropdown .dropdown-contents, .jumpbox-cat-link, .jumpbox-sub-link, .jumpbox-forum-link {
	background: #242a36 !important;
}
Add .cp-main .message-box textarea to create:

Code: Select all

/* Light bg colours */
.headerbar, .navbar, .forabg, .forumbg, li.row, .bg1, .bg2, .bg3, .tabs .activetab > a, .tabs a:hover, ul.cplist, .panel, blockquote blockquote, .dropdown .dropdown-contents, .jumpbox-cat-link, .jumpbox-sub-link, .jumpbox-forum-link, .cp-main .message-box textarea {
	background: #242a36 !important;
}
Refresh your browser cache (Ctrl + F5) and it'll fix:
Capture.PNG
Fix has been submitted to the download file, which will need approving by the phpBB team.
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: Private message text input field is blacked out

by webants » Tue Nov 05, 2019 9:35 am

Yep, makes life easier :)
webants
Registered User
Posts: 93
Joined: Sat Jan 07, 2006 8:42 pm

Re: Private message text input field is blacked out

by Gumboots » Wed Nov 06, 2019 4:46 am

Cool. I had noticed that, but hadn't got around to trying to tweak it. Will add the fix.
🇺🇦 Слава Україні! 🇺🇦 Героям слава! 🇺🇦
User avatar
Gumboots
Registered User
Posts: 963
Joined: Fri Oct 11, 2019 1:59 am