File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed
scala3doc/resources/dotty_res/styles Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff line change 11
11
12
12
/* button */
13
13
.search button {
14
- background : none;
15
- fill : var (--icon-color );
16
- cursor : pointer;
17
- border : none;
18
- padding : 0 ;
14
+ background : # ED3522 ;
15
+ fill : # fff ;
16
+ cursor : pointer;
17
+ border : none;
18
+ padding : 9px ;
19
+ border-radius : 24px ;
20
+ box-shadow : 0 0 16px # F27264 ;
19
21
}
20
22
.search button : hover {
21
- fill : var (--link-hover-fg );
22
- }
23
- .search button svg {
24
- width : 24px ;
25
- height : 24px ;
23
+ fill : # F27264 ;
26
24
}
27
25
28
26
/* popup */
60
58
61
59
/* Portrait phones */
62
60
@media (max-width : 576px ) {
61
+ .search button {
62
+ background : none;
63
+ fill : var (--icon-color );
64
+ cursor : pointer;
65
+ border : none;
66
+ padding : 0 ;
67
+ box-shadow : none;
68
+ margin-top : 2px ;
69
+ }
70
+ .search button : hover {
71
+ fill : var (--link-hover-fg );
72
+ }
63
73
.search-content {
64
74
margin : 0 !important ;
65
75
top : 9px !important ;
You can’t perform that action at this time.
0 commit comments