File tree Expand file tree Collapse file tree
web/src/main/webapp/catalog/views/default/less Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ @import " ../../../style/gn_search.less" ;
2+ // card lists
3+ @import " gn_card_default.less" ;
4+ // variables for manipulating the theme
5+ @import " gn_variables_default.less" ; // must be last
6+
7+ .gn-row-results {
8+ padding-top : 15px ;
9+ background-color : @gn-results-background-color ;
10+
11+ .gn-record-selected {
12+ background-color : darken (@panel-default-heading-bg , 15% );
13+ }
14+ .gn-md-select {
15+ display : table-cell ;
16+ vertical-align : middle ;
17+ padding : 0px 5px ;
18+ background : none ;
19+ border-right : 1px solid @panel-default-border ;
20+ input {
21+ margin : 0px ;
22+ }
23+ }
24+ .list-group {
25+ margin-bottom : 0px ;
26+ }
27+
28+ .gn-md-category {
29+ display : flex ;
30+ margin-left : 12px ;
31+ font-size : 22px ;
32+ i {
33+ margin-right : 5px ;
34+ }
35+ }
36+ }
37+
38+ .gn-row-tools {
39+ border-bottom : 1px solid #ddd ;
40+ margin-bottom : 15px ;
41+
42+ .btn-default {
43+ border : 0 ;
44+ border-radius : 0 ;
45+ & :hover , & :focus , & :active {
46+ background : 0 ;
47+ box-shadow : none ;
48+ border-color : #ddd ;
49+ }
50+ & :focus {
51+ outline : @gn-outline ;
52+ }
53+ }
54+ .pagination {
55+ > li > a , .pagination > li > span {
56+ border : 0 ;
57+ color : @btn-default-color ;
58+ & :hover {
59+ color : @brand-primary ;
60+ background : none ;
61+ }
62+ & :focus {
63+ box-shadow : none ;
64+ background : none ;
65+ outline : @gn-outline ;
66+ }
67+ }
68+ }
69+ .dropdown-menu > li > a {
70+ padding : 8px 20px ;
71+ display : block ;
72+ }
73+ }
74+
75+ ul .gn-resultview , [data- gn- user- searches- list] {
76+ .gn-source-logo {
77+ margin-left : 5px ;
78+ z-index : 10 ;
79+ height : 20px ;
80+ float : right ;
81+ }
82+ }
83+
You can’t perform that action at this time.
0 commit comments