File tree Expand file tree Collapse file tree 2 files changed +22
-45
lines changed
content_editor/static/content_editor Expand file tree Collapse file tree 2 files changed +22
-45
lines changed Original file line number Diff line number Diff line change 3
3
overflow-x : hidden;
4
4
}
5
5
6
- .tabs .regions {
7
- display : flex;
8
- }
9
-
10
6
.machine-collapse {
11
7
order : 1 ;
12
8
margin-left : auto;
13
9
}
14
10
15
- .tabs > .tab {
16
- text-transform : none;
17
- letter-spacing : 0 ;
18
- float : left;
19
- padding : 10px 15px ;
20
- margin : 0 4px 0 0 ;
21
- cursor : pointer;
22
- font-weight : bold;
23
- font-size : 13px ;
24
- color : var (--body-quiet-color , # 666 );
25
- background : var (--darkened-bg , # f8f8f8 );
26
- border : 1px solid var (--hairline-color , # e8e8e8 );
27
- border-bottom : none;
28
- user-select : none;
29
- transition : 0.15s background, 0.15s color;
30
- }
31
-
32
- .tabs > .active {
33
- background : var (--button-bg , # 79aec8 );
34
- color : white;
35
- }
36
-
37
- .tabs > .active : hover {
38
- background : var (--button-hover-bg , # 609ab6 );
39
- }
40
-
41
- .tabs > [data-region ^= "_unknown_" ],
42
- .tabs > .has-error {
43
- border-color : var (--error-fg , # ba2121 );
44
- color : var (--error-fg , # ba2121 );
45
- background : var (--darkened-bg , # f8f8f8 );
46
- }
47
-
48
11
.order-machine-wrapper {
49
12
clear : both;
50
13
position : relative;
Original file line number Diff line number Diff line change 20
20
margin-bottom : 30px ;
21
21
}
22
22
23
+ .tabs {
24
+ display : flex;
25
+ }
26
+
23
27
.tabs > .tab {
24
28
text-transform : none;
25
29
letter-spacing : 0 ;
26
30
float : left;
27
31
padding : 10px 15px ;
28
32
margin : 0 4px 0 0 ;
29
33
cursor : pointer;
30
- border : 1px solid # e8e8e8 ;
34
+ font-weight : bold;
35
+ font-size : 13px ;
36
+ color : var (--body-quiet-color , # 666 );
37
+ background : var (--darkened-bg , # f8f8f8 );
38
+ border : 1px solid var (--hairline-color , # e8e8e8 );
31
39
border-bottom : none;
32
- background : # f8f8f8 ;
33
- border-radius : 4 px 4 px 0 0 ;
40
+ user-select : none ;
41
+ transition : 0.15 s background , 0.15 s color ;
34
42
}
35
43
36
44
.tabs > .tab : hover {
37
45
background : # f0f0f0 ;
38
46
}
39
47
40
- .tabs > .tab .active {
41
- background : white;
48
+ .tabs > .active {
49
+ background : var (--button-bg , # 79aec8 );
50
+ color : white;
42
51
border-color : # e8e8e8 ;
43
52
border-bottom : 1px solid white;
44
53
margin-bottom : -1px ;
45
54
}
46
55
56
+ .tabs > .active : hover {
57
+ background : var (--button-hover-bg , # 609ab6 );
58
+ }
59
+
60
+ .tabs > [data-region ^= "_unknown_" ],
47
61
.tabs > .has-error {
48
- border-color : # ba2121 ;
49
- color : # ba2121 ;
50
- background : # f8f8f8 ;
62
+ border-color : var ( --error-fg , # ba2121) ;
63
+ color : var ( --error-fg , # ba2121) ;
64
+ background : var ( --darkened-bg , # f8f8f8) ;
51
65
}
52
66
53
67
.clearfix ::after {
You can’t perform that action at this time.
0 commit comments