 | reply to FastEddie
Re: [Extension] LCD Clock v0.2 Hi FE,
this is working for me:
.lcd-fade-label { opacity: 0.1 !important; color: #FF0000 !important; }
The important thing here in order to get rid of the "shadows of the numbers" is to lower the opacity value: between 0.0 and 0.2 should be fine.
The color of course, will be irrelevant 
Diazruanova -- Diazruanova |
|
 La LunaSurvived AshrafulPremium join:2001-07-12 Warwick, NY kudos:3 | said by Diazruanova:Hi FE, this is working for me: .lcd-fade-label { opacity: 0.1 !important; color: #FF0000 !important; } The important thing here in order to get rid of the "shadows of the numbers" is to lower the opacity value: between 0.0 and 0.2 should be fine. The color of course, will be irrelevant  Diazruanova Yes it does work!!  -- ~~Then the rainstorm came over me and I felt my spirit break; I had lost all of my belief you see, and realized my mistake...~~ |
|
 Host: All Things Unix Mozilla Software Android Cyberonic Rogers
1 edit | reply to Diazruanova Thanks Diazruanova 
I put it in my userchrome and set the opacity to 0.0 and the shadows disappeared.
Great work! 

-- Here's To You |
|
 | Any time  -- Diazruanova |
|
 hfam95 join:2003-06-20 Woodbridge, VA 1 edit | I wish I knew you had that problem. I would have told you that earlier. I left mine slightly shadowed to give that real digital feel.
Here is my complete code:
.lcd-disp-label { opacity: 1.0 !important; color: black !important; }
.lcdclock-bgcolor { background-color:#F8F8FF !important; }
.lcd-labels { font-family: Digital Readout Thick Upright !important; font-size: 2.0em !important; padding: 0px 2px !important; margin: 0px !important; }
.lcd-fade-label { opacity: 0.25 !important; color: DimGrey !important; } |
|