File modules/cms/ui/themes/default/style/openrat-selector.css
Last commit: Sun Oct 13 13:17:32 2024 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.
1 .or-selector-tree { 2 display: none; 3 } 4 .or-selector-search { 5 display: none; 6 } 7 .or-selector--is-tree-active .or-selector-tree { 8 display: block; 9 } 10 .or-selector--is-search-active .or-selector-search { 11 display: block; 12 } 13
Downloadmodules/cms/ui/themes/default/style/openrat-selector.css
History Sun, 13 Oct 2024 13:17:32 +0200 Jan Dankert New Minifier for CSS and JS: Leave JS Linebreaks as they are (for better debugging); Exploded CSS files (instead of a combined one), LESS is necessary but should be avoided in the future.