trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: August 2014

Re: [trinity-devel] R: [trinity-devel] New TDEUI proposal

From: "E. Liddell" <ejlddll@...>
Date: Sun, 3 Aug 2014 20:04:57 -0400
On Sun, 3 Aug 2014 18:13:55 -0400
Alexandre <ac586133@...> wrote:


> Also, Michele talked about transforming the bar, under the top part, into a box, just like the middle box. I 
>tried to adapt the file to transform it in a box, by comparing the text, but for an unknown reason, the transparency 
>doesn't work around the rounded corners, just as on the middle box. Is there something to do about it?

If you're talking about the bar with "Konqueror is your file manager . . ." on it, it has a background
colour attribute set.  Go into kde_infopage.css (or whatever it's called) again and change this:

#bar {
    background-color: #5BABE5;
    border-bottom: 1px solid #000000;
    padding-bottom: 0.5ex;
    padding-top: 0.5ex;
    width: 100%;
}

to this:

#bar {
    padding-bottom: 0.5ex;
    padding-top: 0.5ex;
    width: 100%;
}

and see if that fixes it.

E. Liddell