File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[role = "toolbar" ] {
6
6
display : flex;
7
+ box-sizing : border-box;
7
8
height : 45px ;
9
+ width : 100% ;
8
10
background : # fff ;
11
+ border-top : 1px solid # eee ;
9
12
}
10
13
11
14
[role = "toolbar" ] button ,
12
15
[role = "toolbar" ] a {
16
+ position : relative;
13
17
flex : 1 ;
14
18
border : none;
19
+ border-left : 1px solid # e5e5e5 ;
15
20
background-color : transparent;
16
21
background-repeat : no-repeat;
17
22
margin : 0 ;
18
23
padding : 0 ;
19
24
text-align : center;
20
- color : # 858585 ;
25
+ color : # 919191 ;
21
26
border-radius : 0 ;
22
27
height : 100% ;
28
+ font-size : 0 ;
29
+ }
30
+
31
+ [role = "toolbar" ] button : first-child ,
32
+ [role = "toolbar" ] a : first-child {
33
+ border-left : none;
23
34
}
24
35
25
36
[role = "toolbar" ] button : active ,
Original file line number Diff line number Diff line change 21
21
body {
22
22
background : none;
23
23
}
24
+
25
+ [role = "toolbar" ] {
26
+ position : absolute;
27
+ bottom : 0 ;
28
+ }
24
29
</ style >
25
30
</ head >
26
31
You can’t perform that action at this time.
0 commit comments