summaryrefslogtreecommitdiffstats
path: root/control-center.css
Commit message (Collapse)AuthorAgeFilesLines
* fix gtk+ warnings about deprecated style propertyThierry Vignaud2016-10-231-5/+0
| | | | | | | we could have switched to 'outline' & 'outline-width' CSS properties but those rules were not actually used since: commit 3f121fb587ac7bd24146b73a3b1a6205945112d0 for widgets named 'focus' commit affb4f01253426fb7c8159c947e08b803d226eb9 for GtkTextView
* fix invisible text under the cursorThierry Vignaud2015-12-201-0/+7
| | | | | | | with theme-galaxy.css, text was rendered white on gray we need to prevent the default rule to be applied (which is useless for us anyway) since it's loaded after our own rules (gtknew('MDV_Notebook') => import_style_ressources()) and set our own colors for normal & hover states
* switch from RC files to CSSThierry Vignaud2015-12-201-0/+34