Simple mentions

Unreadable username list on dark styles - Simple mentions

Unreadable username list on dark styles

by Fezroux » Wed Sep 18, 2019 8:08 am

On dark styles the drop down list of usernames are a very light color on a very light background which makes them unreadable. How would I go about either changing the background to a darker color, or the text to a darker one?

Thanks in advance.
Fezroux
Registered User
Posts: 52
Joined: Thu Dec 14, 2017 7:41 am
Location: US
Contact:

Re: Unreadable username list on dark styles

by Paul » Wed Sep 18, 2019 8:24 am

You will need to change to css.
Please note that I only support Prosilver, and you will need to ask for help where you got the style.
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28619
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Re: Unreadable username list on dark styles

by Fezroux » Wed Sep 18, 2019 11:54 am

Thanks for the quick reply, and for pointing me in the right direction.

The fix was a simple matter of changing the two hex color values in the tribute.css file.
Fezroux
Registered User
Posts: 52
Joined: Thu Dec 14, 2017 7:41 am
Location: US
Contact:

Re: Unreadable username list on dark styles

by jayboy21 » Mon Jan 13, 2020 8:24 pm

Paul wrote:You will need to change to css.
Please note that I only support Prosilver, and you will need to ask for help where you got the style.
Fezroux wrote:Thanks for the quick reply, and for pointing me in the right direction.

The fix was a simple matter of changing the two hex color values in the tribute.css file.
can you please help me then? because I can only find 1 hex colour in my tribute.css file and changing it does nothing at all on my board...

has you can see I changed it to #ff8038 orange and got nothing?

where am I going wrong..? I am desperate to change the default red colour also..

Code: Select all

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999; }
  .tribute-container ul {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    background: #ff8038; }
  .tribute-container li {
    padding: 5px 5px;
    cursor: pointer; }
    .tribute-container li.highlight {
      background: #ddd; }
    .tribute-container li span {
      font-weight: bold; }
    .tribute-container li.no-match {
      cursor: default; }
  .tribute-container .menu-highlighted {
    font-weight: bold; }
User avatar
jayboy21
Registered User
Posts: 146
Joined: Sat Oct 15, 2011 10:59 am
Contact:

Re: Unreadable username list on dark styles

by ZeldaClassic » Sun Feb 23, 2020 2:32 am

jayboy21 wrote:
Paul wrote:You will need to change to css.
Please note that I only support Prosilver, and you will need to ask for help where you got the style.
Fezroux wrote:Thanks for the quick reply, and for pointing me in the right direction.

The fix was a simple matter of changing the two hex color values in the tribute.css file.
can you please help me then? because I can only find 1 hex colour in my tribute.css file and changing it does nothing at all on my board...

has you can see I changed it to #ff8038 orange and got nothing?

where am I going wrong..? I am desperate to change the default red colour also..
Here is what I did:

Code: Select all

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999; }
  .tribute-container ul {
    margin: 0;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    background: #3d3a3a; }
  .tribute-container li {
    padding: 5px 5px;
    cursor: pointer; }
    .tribute-container li.highlight {
		color: #007cc9;
      background: #121212; }
    .tribute-container li span {
      font-weight: bold; }
    .tribute-container li.no-match {
      cursor: default; }
  .tribute-container .menu-highlighted {
	  color: #007cc9;
    font-weight: bold; }
    
ZeldaClassic
Registered User
Posts: 11
Joined: Thu Feb 20, 2020 11:00 am
Contact: