You are not logged in.
Pages: 1
Hello, I have a problem with adding a border to ".thunar .sidebar .view"
on this moment is my configuration as follows:
.thunar .sidebar .view {
background-color: #0089DA;
border-left: 10px solid red;
}
This creates :
As you can see the border goes halfway! Its supposed to go fully over the view tab.
How can i solve this , I would really like to make a border there.
Hope somebody can help me !
Last edited by Celestral (2020-11-20 16:24:49)
Offline
Hello and welcome.
The ".view" class is for only the visible items in the list, not the whole container. To achieve what you looking to do, remove ".view" and it will apply to the whole container.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Hello and welcome.
The ".view" class is for only the visible items in the list, not the whole container. To achieve what you looking to do, remove ".view" and it will apply to the whole container.
Hey thanks for the quick response !
i tried this too and it doesn't workout the way I want it , I put in the color etc in at the css and it shows a whole different border..
Offline
I put in the color etc in at the css and it shows a whole different border..
Where did you put the css? Which theme are you using and can you post back the exact css.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Celestral wrote:I put in the color etc in at the css and it shows a whole different border..
Where did you put the css? Which theme are you using and can you post back the exact css.
I am modifying the Chicago 95 theme. The css is is a separate file linked to the main GTK3.0 file.
here is the file
Offline
Chicago95's gtk-frames.css file uses images to create the border elements and these are overriding your tweaks.
If you add:
border-image-source: none;
...into your first ".thunar .sidebar" block, you'll see it turn red. The other frame borders will need to be tweaked as well to match I guess.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Chicago95's gtk-frames.css file uses images to create the border elements and these are overriding your tweaks.
If you add:
border-image-source: none;
...into your first ".thunar .sidebar" block, you'll see it turn red. The other frame borders will need to be tweaked as well to match I guess.
Hey thanks a lot ! I would like to ask one more question...
What tools are handy for theme editing?
Thanks a lot for solving my issue. I really appreciate your knowledge!
Offline
I mostly use the GTK Inspector. Have a read through this post for more information.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Pages: 1
[ Generated in 0.010 seconds, 8 queries executed - Memory usage: 546.63 KiB (Peak: 547.47 KiB) ]