File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -426,13 +426,25 @@ dl > dt span ~ em {
426
426
.menu ul li {
427
427
margin-bottom : 0.5rem ;
428
428
}
429
- .language_switcher_placeholder {
430
- padding-top : 1.25rem ;
429
+
430
+ .language_switcher_placeholder ::after ,
431
+ .version_switcher_placeholder ::after {
432
+ content : url ('../_static/caret-down.svg' );
433
+ position : absolute;
434
+ top : 7px ;
435
+ width : 15px ;
436
+ height : 15px ;
437
+ right : 3px ;
438
+ pointer-events : none;
439
+ }
440
+ .language_switcher_placeholder select ,
441
+ .version_switcher_placeholder select {
442
+ appearance : none;
443
+ border : 0 ;
444
+ height : 100% ;
431
445
}
432
446
.language_switcher_placeholder select {
433
- width : 95% ;
434
- height : 30px ;
435
- border-radius : 0 ;
447
+ width : 100% ;
436
448
}
437
449
.document {
438
450
padding-top : 40px ;
You can’t perform that action at this time.
0 commit comments