File modules/cms/ui/themes/default/style/openrat-info.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-info { 2 position: relative; 3 } 4 .or-info--open-on-hover:hover .or-info-popup, 5 .or-info--open .or-info-popup { 6 display: block; 7 } 8 .or-info-popup { 9 display: none; 10 position: absolute; 11 top: 1.2em; 12 left: -2em; 13 overflow: visible; 14 border: 0.5em; 15 font-size: 2em; 16 border-radius: 0.3em; 17 padding: 1.0em; 18 z-index: 6; 19 } 20 .or-info-popup > div { 21 display: inline-block; 22 } 23
Downloadmodules/cms/ui/themes/default/style/openrat-info.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.