META-INF.resources.webjars.swagger-ui.5.17.14.swagger-customer.css Maven / Gradle / Ivy
#theme-selector {
position: fixed;
right: 10px;
top: 60px;
}
#theme-selector ul {
display: table-cell;
list-style-type: none;
padding: 0;
margin: 0;
cursor: pointer;
border: 1px solid #333;
font-size: 12px
}
#theme-selector li {
text-align: center;
}
#theme-selector li a {
display: block; /*垂直排列,且点击区域为方块*/
width: 75px; /*block可设置width*/
line-height: 30px; /*获得垂直居中效果*/
text-decoration: none;
color: white;
background-color: black;
border: 1px solid white;
}
#theme-selector li a.active {
color: black;
background-color: white;
}
#setting {
display: table-cell;
vertical-align: middle;
}
.setting-switch {
color: black;
writing-mode: tb-rl;
font-size: 12px;
cursor: pointer;
padding: 4px;
border: 1px solid #333;
border-right: 0;
border-radius: 10px 0px 0px 10px;
}
.themes {
display: none
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy