any solution to white on white boundaries?

ToddAndMargo ToddAndMargo at zoho.com
Tue Apr 29 07:54:53 CEST 2014


On 04/27/2014 03:48 PM, ToddAndMargo wrote:
> On 04/06/2014 08:02 PM, ToddAndMargo wrote:
>> Hi All,
>>
>> Xfce 4.8
>>
>> Are there any themes out there that will give a
>> boundary line on both the right and the left of
>> an open windows.  Currently my right boundary has
>> no border, blends with the white of the
>> windows under it and I can tell where one start and
>> one stops.  I has tried all the pre-canned themes.
>>
>> Many thanks,
>> -T
>>
>
>
> Hi All,
>
> On asking the folks over at Mozilla about this, it
> turns out that this is a problem with Xfce's themes
> or Xfce itself.
>
> But not to fret, there is a work around:
>
> Thin Borders:
>
> To achieve a thin 1 point green border on the
> left and right of Thunderbird's main window,
> place the following in your userChrome.css
> file in your profile's "chrome" directory
>
>
> #messengerBox {
>     border-right: 1px solid green !important;
>     border-left: 1px solid green !important;
> }
>
>
> Thanks to everyone for there tips and suggestions,
>
> -T
>

And Firefox:

deck {
    border-right: 1px solid blue !important;
    border-left: 1px solid blue !important;
}

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



More information about the Xfce mailing list