spymastermatt
spymastermatt
Ok so it looks like an issue in _base.css. Can you try opening that file and commenting the line which changes the box-sizing property and see if that fixes it?...
You can in fact change this from the userChrome.css (I think). If you set --message-list-background-color and --message-list-text-color to _default_ you should restore your plugin's colors. Try it and let me...
Hmm. That might be because the folders are set to have no background on each item to allow the gradient background of the whole panel show through. I'll have a...
In all of the themes that forcibly set the colors (i.e. all except system), the tab shape is changed because I have not yet found a way to reliably make...
Regarding the other questions: 1. #folderTree > treechildren::-moz-tree-cell-text(folderNameCol) is the selector you want. If you only want to select the first folder you might need try #folderTree > treechildren::-moz-tree-cell-text(folderNameCol):first-of-type 2....
Not sure why you have grey boxes, maybe try downloading the css files again? Are you using a full theme as well and which gtk theme are you using? Regarding...
@olbi see issue #3 for an explanation. Everyone: Sorry for being quiet for the past few days, I have been working on a big update (coming tomorrow hopefully) which fixes...
@arthurlogilab Once I have pushed this update I will look into why the gtk theme is detected on awesomewm. I used to use i3 so I know it's a pain...
@jschneider @Moini @ollbi Try downloading the latest version. I have just pushed an update with numerous fixes,as well as a complete refactor, so the dark/light/fulldark/monterail variants should now work on...
@arthurlogilab The new version with updated dark/light/fulldark/monterail variants should now work for you. I am away for a week now but I will look into proper gtk theme detection on...