File tree Expand file tree Collapse file tree 1 file changed +0
-40
lines changed
src/main/resources/META-INF/resources/frontend/styles Expand file tree Collapse file tree 1 file changed +0
-40
lines changed Original file line number Diff line number Diff line change 1717 * limitations under the License.
1818 * #L%
1919 */
20- fc-menuitem fc-menuitem {
21- background-color : var (--lumo-primary-color-10pct );
22- }
23-
24- app-toolbar {
25- background-color : # 4285f4 ;
26- color : # fff ;
27- }
28-
29- paper-icon-button + [main-title ] {
30- margin-left : 24px ;
31- }
32-
33- paper-icon-button {
34- --paper-icon-button-disabled-text : var (--lumo-disabled-text-color );
35- }
36-
37- paper-progress {
38- display : block;
39- width : 100% ;
40- --paper-progress-active-color : rgba (255 , 255 , 255 , 0.5 );
41- --paper-progress-container-color : transparent;
42- }
43-
44- app-header {
45- position : var (--layout-fixed-top_-_position ); top : var (--layout-fixed-top_-_top ); left : var (--layout-fixed-top_-_left ); right : var (--layout-fixed-top_-_right );
46- color : # fff ;
47- --app-header-background-rear-layer_-_background-color : # ef6c00 ;;
48- z- index: 1000;
49- }
50-
51- app-drawer {
52- --app-drawer-scrim-background : rgba (0 , 0 , 100 , 0.8 );
53- z-index : 1000 ;
54- }
55-
56- app-drawer paper-listbox {
57- overflow-y : auto;
58- }
59-
6020: host (.compact ) [part ~= "toolbar" ] {
6121 height : 32px ;
6222}
You can’t perform that action at this time.
0 commit comments