File modules/cms/ui/themes/default/style/openrat-search.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-search--on-active { 2 display: none; 3 } 4 .or-search--on-inactive { 5 display: inline; 6 } 7 .or-search-input { 8 border-bottom: 0.1em solid; 9 } 10 .or-search-input .or-input { 11 border: 0; 12 padding: 0; 13 box-shadow: 0 0 0 !important; 14 border-radius: 0; 15 width: 8em; 16 } 17 .or-search--is-active .or-search--on-active { 18 display: inline; 19 } 20 .or-search--is-active .or-search--on-inactive { 21 display: none; 22 } 23 .or-search-result { 24 display: none; 25 padding: 1em; 26 } 27 .or-search-result-entry { 28 padding-top: 0.2em; 29 } 30
Downloadmodules/cms/ui/themes/default/style/openrat-search.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.