File modules/cms/ui/themes/default/style/openrat-info.less

Last commit: Tue Dec 1 00:07:39 2020 +0100	Jan Dankert	New: Visibility-Button for password fields, fix: QR-code button for mobile devices.
1 2 .or { 3 &-info { 4 5 position: relative; 6 7 &--open-on-hover:hover, 8 &--open { 9 .or-info-popup { 10 display: block; 11 } 12 } 13 14 &-popup { 15 display: none; 16 position: absolute; 17 top: 1.2em; 18 left: -2em; 19 overflow: visible; 20 border: 0.5em; 21 font-size: 2em; 22 23 border-radius: 0.3em; 24 padding: 1.0em; 25 //text-align: center; 26 z-index: 6; 27 28 > div { 29 display: inline-block; 30 } 31 } 32 } 33 }
Download modules/cms/ui/themes/default/style/openrat-info.less
History Tue, 1 Dec 2020 00:07:39 +0100 Jan Dankert New: Visibility-Button for password fields, fix: QR-code button for mobile devices. Sat, 14 Nov 2020 23:19:41 +0100 Jan Dankert Open the QRcode on click (for touch devices).