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

Last commit: Mon Dec 6 22:56:52 2021 +0100	dankert	Fixes: Layout fix for search; unique results in search.
1 .or { 2 &-search { 3 4 5 &--on-active { 6 display: none; 7 } 8 &--on-inactive { 9 display: inline; 10 } 11 12 &-input { 13 border-bottom: 0.1em solid; 14 .or-input { 15 border: 0; 16 padding: 0; 17 box-shadow: 0 0 0 !important; 18 border-radius: 0; 19 width: 8em; 20 } 21 } 22 &--is-active { 23 24 .or-search { 25 &--on-active { 26 display: inline; 27 } 28 &--on-inactive { 29 display: none; 30 } 31 } 32 33 } 34 35 36 &-result { 37 display: none; 38 padding: 1em; 39 40 &-entry { 41 padding-top:0.2em; 42 } 43 } 44 45 } 46 47 }
Download modules/cms/ui/themes/default/style/openrat-search.less
History Mon, 6 Dec 2021 22:56:52 +0100 dankert Fixes: Layout fix for search; unique results in search. Mon, 15 Feb 2021 00:47:53 +0100 Jan Dankert Fix: Displaying global search results instead of navigation. Fri, 12 Feb 2021 22:41:40 +0100 Jan Dankert Nicer look of the search input field (outline:none was the key) Fri, 12 Feb 2021 20:54:45 +0100 Jan Dankert Fix: Show search delete icon only if there is a search query. Fri, 12 Feb 2021 20:08:11 +0100 Jan Dankert Fix: Show search result on top of the navigation.