1111 */
1212
1313regular-layout .chicago {
14- background-color : # 008080 ;
15- font-family : "ui-monospace" , "SFMono-Regular" , "SF Mono" , "Menlo" , "Consolas" , "Liberation Mono" , monospace;
16- padding : 24px ;
14+ background-color : # 008080 ;
15+ font-family :
16+ "ui-monospace" , "SFMono-Regular" , "SF Mono" , "Menlo" , "Consolas" ,
17+ "Liberation Mono" , monospace;
18+ padding : 24px ;
1719}
1820
1921/* Frame */
2022regular-layout .chicago regular-layout-frame {
21- position : relative;
22- box-sizing : border-box;
23- margin : 12px ;
24- background : # C0C0C0 ;
25- border-width : 2px ;
26- border-color : # FFFFFF # 808080 # 808080 # FFFFFF ;
27- border-style : solid;
23+ position : relative;
24+ box-sizing : border-box;
25+ margin : 12px ;
26+ background : # c0c0c0 ;
27+ border-width : 2px ;
28+ border-color : # ffffff # 808080 # 808080 # ffffff ;
29+ border-style : solid;
30+ }
31+
32+ regular-layout .chicago regular-layout-frame ::part (container ) {
33+ padding : 6px ;
2834}
2935
3036regular-layout .chicago regular-layout-frame ::part (close ) {
31- border-width : 1px ;
32- border-color : # FFFFFF # 808080 # 808080 # FFFFFF ;
33- border-style : solid;
34- height : 16px ;
35- background : # C0C0C0 ;
36- align-self : center;
37- display : flex;
38- align-items : center;
39- padding : 0px 4px ;
37+ border-width : 1px ;
38+ border-color : # ffffff # 808080 # 808080 # ffffff ;
39+ border-style : solid;
40+ height : 16px ;
41+ background : # c0c0c0 ;
42+ align-self : center;
43+ display : flex;
44+ align-items : center;
45+ padding : 0px 4px ;
4046}
4147
4248regular-layout .chicago regular-layout-frame ::part (close ): before {
43- content : "X" ;
44- font-size : 10px ;
45- font-weight : bold;
49+ content : "X" ;
50+ font-size : 10px ;
51+ font-weight : bold;
4652}
4753
4854regular-layout .chicago regular-layout-frame ::part (titlebar ) {
49- display : flex;
50- align-items : stretch;
51- padding-right : 0px ;
55+ display : flex;
56+ align-items : stretch;
57+ padding-right : 0px ;
5258}
5359
5460regular-layout .chicago regular-layout-frame ::part (tab ) {
55- display : flex;
56- flex : 1 1 150px ;
57- align-items : center;
58- padding : 0 3px 0 8px ;
59- cursor : pointer;
60- text-overflow : ellipsis;
61- background : # 808080 ;
62- color : # FFF ;
63- font-family : "Tahoma" , "Arial" , sans-serif;
64- font-weight : bold;
65- font-size : 11px ;
61+ display : flex;
62+ flex : 1 1 150px ;
63+ align-items : center;
64+ padding : 0 3px 0 8px ;
65+ cursor : pointer;
66+ text-overflow : ellipsis;
67+ background : # 808080 ;
68+ color : # fff ;
69+ font-family : "Tahoma" , "Arial" , sans-serif;
70+ font-weight : bold;
71+ font-size : 11px ;
6672}
6773
6874regular-layout .chicago regular-layout-frame ::part (active-tab ) {
69- background : # 000080 ;
70- opacity : 1 ;
75+ background : # 000080 ;
76+ opacity : 1 ;
7177}
7278
73- regular-layout .chicago : has (.overlay )> * {
74- opacity : 0.8 ;
79+ regular-layout .chicago : has (.overlay ) > * {
80+ opacity : 0.8 ;
7581}
7682
77- regular-layout .chicago : has (.overlay )> .overlay {
78- opacity : 1 ;
83+ regular-layout .chicago : has (.overlay ) > .overlay {
84+ opacity : 1 ;
7985}
8086
8187/* Frame in Overlay Mode */
8288regular-layout .chicago regular-layout-frame .overlay {
83- margin : 0 ;
84- transition :
85- top 0.1s ease-in-out,
86- height 0.1s ease-in-out,
87- width 0.1s ease-in-out,
88- left 0.1s ease-in-out;
89- }
89+ margin : 0 ;
90+ transition :
91+ top 0.1s ease-in-out,
92+ height 0.1s ease-in-out,
93+ width 0.1s ease-in-out,
94+ left 0.1s ease-in-out;
95+ }
0 commit comments