File modules/cms/ui/themes/default/style/openrat-button.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-button { 2 z-index: 4; 3 } 4 .or-button-knob { 5 margin: 0.5em; 6 } 7 .or-button--is-active .or-button-value, 8 .or-button--active-on-hover:hover .or-button-value { 9 display: initial; 10 } 11 .or-button-value { 12 display: none; 13 position: absolute; 14 right: 1em; 15 } 16
Download modules/cms/ui/themes/default/style/openrat-button.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.