Revision 3fc38171
Von Andreas Rudin vor etwa 6 Jahren hinzugefügt
css/less/menu_actionbar.less | ||
---|---|---|
18 | 18 |
// - layout-actionbar-combobox-list |
19 | 19 |
// ---------------------------------------------------------------------------- |
20 | 20 |
|
21 |
// PENDENT: Verschachtelung ueberpruefen |
|
22 |
|
|
23 |
|
|
24 |
|
|
25 | 21 |
|
26 | 22 |
|
27 | 23 |
// -------------------------------------- |
28 | 24 |
// Main-Container for Actionbar |
29 | 25 |
// -------------------------------------- |
30 | 26 |
// |
31 |
|
|
27 |
// for main properties of this container see scaffolding.less |
|
32 | 28 |
.layout-actionbar { |
33 |
// for main properties of this container see scaffolding.less |
|
34 | 29 |
|
35 | 30 |
div.layout-actionbar-separator { |
36 | 31 |
display: block; |
37 |
width: 1.0em;
|
|
32 |
width: 0.6em;
|
|
38 | 33 |
height: 0.6em; |
39 | 34 |
float: left; |
40 | 35 |
content: " "; |
... | ... | |
53 | 48 |
font-size: @font-size-smaller ; |
54 | 49 |
} |
55 | 50 |
|
56 |
&>div.layout-actionbar-action{
|
|
51 |
& > div.layout-actionbar-action{
|
|
57 | 52 |
border-radius: 0.3em ; |
58 |
border: 1px @actionbar-border-color solid;
|
|
53 |
border: 1px @actionbar-border-color solid; |
|
59 | 54 |
background-color: @actionbar-bg ; |
60 | 55 |
float: left; |
61 | 56 |
color: @actionbar-font-color; |
... | ... | |
71 | 66 |
div.layout-actionbar-submit, |
72 | 67 |
div.layout-actionbar-scriptbutton { |
73 | 68 |
display: block; |
74 |
width: 120px; |
|
69 |
//width: 90px; |
|
70 |
width: 110px; |
|
75 | 71 |
box-sizing: border-box; |
76 | 72 |
border-width: 1px; |
77 | 73 |
border-style: solid; |
78 | 74 |
text-align: center; |
79 | 75 |
padding: 4px 4px; |
80 | 76 |
cursor: default; |
81 |
//background-color: #fff ; |
|
82 |
|
|
83 | 77 |
&:focus{ |
84 | 78 |
border-color: darkgray; |
85 | 79 |
background-color: whitesmoke; |
... | ... | |
88 | 82 |
border-width: 1px; |
89 | 83 |
border-style: solid; |
90 | 84 |
} |
91 |
|
|
92 | 85 |
} |
93 | 86 |
|
94 |
|
|
95 | 87 |
.layout-actionbar-default-action { |
96 | 88 |
font-weight: normal; |
97 | 89 |
} |
98 | 90 |
|
99 |
|
|
100 | 91 |
div.layout-actionbar-combobox { |
101 | 92 |
position: relative; |
102 | 93 |
display: block; |
103 | 94 |
float: left; |
104 |
width: 7.7em; |
|
95 |
//width: 5.8em; |
|
96 |
width: 110px; |
|
105 | 97 |
z-index: @zindex-actionbar-combobox ; |
106 |
|
|
107 |
|
|
98 |
|
|
108 | 99 |
div.layout-actionbar-combobox-head { |
109 | 100 |
padding-right: 20px; |
110 | 101 |
white-space: nowrap; |
... | ... | |
115 | 106 |
position: relative; |
116 | 107 |
|
117 | 108 |
>div { |
118 |
width: 100px; |
|
109 |
//width: 5.4em; |
|
110 |
width: 90px; |
|
119 | 111 |
height: 25px; |
120 | 112 |
border-top-left-radius: 0.3em ; |
121 | 113 |
border-bottom-left-radius: 0.3em ; |
122 |
border: 1px @actionbar-border-color solid;
|
|
123 |
background-color: @actionbar-bg;
|
|
114 |
border: 1px @actionbar-border-color solid; |
|
115 |
background-color: @actionbar-bg; |
|
124 | 116 |
color: @actionbar-font-color; |
125 | 117 |
position: relative; |
126 | 118 |
} |
127 | 119 |
|
128 |
>span { |
|
120 |
> span {
|
|
129 | 121 |
display: block; |
130 | 122 |
position: absolute; |
131 | 123 |
top: 0; |
... | ... | |
139 | 131 |
padding: 4px; |
140 | 132 |
background-color: @actionbar-bg ; |
141 | 133 |
//background-image: url("../image/select-down.png") no-repeat; |
142 |
background-image: url("../image/select-down.png"); |
|
134 |
background-image: url("../image/select-down.png") ;
|
|
143 | 135 |
background-repeat: no-repeat; |
144 | 136 |
background-position: 5px 5px; |
145 |
|
|
146 |
|
|
147 |
// &:after{ |
|
148 |
// content: ""; |
|
149 |
// width: 0; |
|
150 |
// height: 0; |
|
151 |
// position: absolute; |
|
152 |
// right: 8px; |
|
153 |
// top: 50%; |
|
154 |
// margin-top: -3px; |
|
155 |
// border-width: 3px 3px 0 3px; |
|
156 |
// border-style: solid; |
|
157 |
// border-color: black transparent; |
|
158 |
// } |
|
159 |
|
|
160 |
&:hover{ color: #FE5F14; } |
|
161 |
|
|
162 | 137 |
} |
163 | 138 |
} // /.layout-actionbar-combobox-head |
164 | 139 |
|
165 | 140 |
div.layout-actionbar-combobox-list { |
166 | 141 |
position: relative; |
167 | 142 |
display: none; |
168 |
min-width: 120px;
|
|
143 |
min-width: 140px;
|
|
169 | 144 |
float: right; |
170 | 145 |
overflow: hidden; |
171 | 146 |
border: 1px solid @actionbar-border-color ; |
... | ... | |
173 | 148 |
border-bottom-left-radius: 0.3em; |
174 | 149 |
border-bottom-right-radius: 0.3em; |
175 | 150 |
z-index: @zindex-actionbar-combobox-list ; |
176 |
min-width: 10.0em; |
|
177 | 151 |
top: 1px; |
178 | 152 |
padding-bottom: 0.6em; |
179 |
background-color: @actionbar-bg !important ;
|
|
153 |
background-color: @actionbar-bg !important ; |
|
180 | 154 |
|
181 | 155 |
div.layout-actionbar-action { |
182 | 156 |
white-space: nowrap; |
... | ... | |
186 | 160 |
text-align: left; |
187 | 161 |
padding: 0.6em 0.6em 0.6em 1.0em; |
188 | 162 |
border-bottom: none !important; |
189 |
background-color: @actionbar-bg !important ;
|
|
163 |
background-color: @actionbar-bg !important ; |
|
190 | 164 |
color: @actionbar-font-color; |
191 |
|
|
165 |
|
|
192 | 166 |
&:hover { |
193 |
color: white; |
|
167 |
color: #000; |
|
168 |
text-decoration: underline; |
|
194 | 169 |
} |
195 |
|
|
196 | 170 |
} |
197 | 171 |
} // /.layout-actionbar-combobox-list |
198 |
|
|
172 |
|
|
199 | 173 |
// Combobox active |
200 | 174 |
&.active { |
201 | 175 |
div.layout-actionbar-combobox-head{ |
202 | 176 |
height: 29px; |
203 | 177 |
border-bottom: none !important ; |
204 |
|
|
205 |
div {
|
|
206 |
background-color: @actionbar-bg-active !important ;
|
|
178 |
|
|
179 |
div { |
|
180 |
background-color: @actionbar-bg-active !important ; |
|
207 | 181 |
border-bottom-left-radius: 0 !important; |
208 | 182 |
border-bottom: none; |
209 | 183 |
height: 30px ; |
210 | 184 |
} |
211 |
span {
|
|
212 |
background-color: @actionbar-bg-active !important ;
|
|
185 |
span { |
|
186 |
background-color: @actionbar-bg-active !important ; |
|
213 | 187 |
border-bottom-right-radius: 0 !important; |
214 | 188 |
border-bottom: none; |
215 | 189 |
height: 30px !important ; |
216 | 190 |
} |
217 |
|
|
218 |
} |
|
219 |
div.layout-actionbar-combobox-list { |
|
220 |
display: inline-table; // IMPORTANT |
|
221 |
border-top-right-radius: 0 !important; |
|
191 |
} // /div.layout-actionbar-combobox-head |
|
192 |
div.layout-actionbar-combobox-list { |
|
193 |
display: inline-table; // IMPORTANT |
|
194 |
border-top-right-radius: 0 !important; |
|
222 | 195 |
div.layout-actionbar-action{ |
223 | 196 |
border: none !important; |
224 | 197 |
} |
225 | 198 |
} |
226 |
} |
|
227 |
|
|
199 |
} // /.active |
|
228 | 200 |
} // /.layout-actionbar-combobox |
229 | 201 |
} |
Auch abrufbar als: Unified diff
HP Aenderungen bis Oktober 2018