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

Last commit: Mon Mar 8 15:04:16 2021 +0100	Jan Dankert	UI Fixes: Table filter should not hide the table header; open actual object in navigation tree; load dialog name from link text.
1 @smartphones: ~"only screen and (max-width: 55rem)"; 2 3 .or { 4 &-button { 5 //position: relative; 6 &-knob { 7 //border: 1px solid black; 8 margin: 0.5em; 9 } 10 11 // if the button is active, then display the content 12 &--is-active, 13 &--active-on-hover:hover { 14 .or-button-value { 15 display: initial; 16 } 17 18 } 19 20 &-value { 21 display: none; 22 position: absolute; 23 right: 1em; 24 //top: 0.3em; 25 } 26 27 z-index: 4; 28 } 29 }
Download modules/cms/ui/themes/default/style/openrat-button.less
History Mon, 8 Mar 2021 15:04:16 +0100 Jan Dankert UI Fixes: Table filter should not hide the table header; open actual object in navigation tree; load dialog name from link text. Mon, 8 Mar 2021 13:03:30 +0100 Jan Dankert Aligning the button values to the right side. Mon, 8 Mar 2021 01:24:06 +0100 Jan Dankert New: Action menu on many lists; tables have now a fixed layout Sat, 6 Mar 2021 15:38:14 +0100 Jan Dankert New: Submenus in Lists.