76 lines
1.9 KiB
CSS
76 lines
1.9 KiB
CSS
/* 全局字体大小调整 - 增加 10% */
|
|
html {
|
|
font-size: 15.4px !important; /* 14px * 1.1 = 15.4px */
|
|
}
|
|
body {
|
|
font-size: 15.4px !important; /* 14px * 1.1 = 15.4px */
|
|
}
|
|
.ui.toggle.checkbox input:focus:checked ~ .box:before,
|
|
.ui.toggle.checkbox input:focus:checked ~ label:before {
|
|
background-color: #21ba45 !important;
|
|
}
|
|
.ui.toggle.checkbox input:checked ~ .box:before,
|
|
.ui.toggle.checkbox input:checked ~ label:before {
|
|
background-color: #21ba45 !important;
|
|
}
|
|
.ui.label.basic {
|
|
background-color: white !important;
|
|
}
|
|
.ui.basic.grey.label.border-grey {
|
|
border-color: #ddd !important;
|
|
}
|
|
form .fields {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
form .warning,
|
|
form .success,
|
|
form .error {
|
|
display: block !important;
|
|
}
|
|
.link.grey {
|
|
color: grey !important;
|
|
}
|
|
.link.grey:hover {
|
|
color: #4183c4 !important;
|
|
}
|
|
table th.center,
|
|
table td.center {
|
|
text-align: center !important;
|
|
padding-left: 0 !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
table th.width10 {
|
|
width: 10em;
|
|
}
|
|
table th.width5 {
|
|
width: 5em;
|
|
}
|
|
table th.width6 {
|
|
width: 6em;
|
|
}
|
|
.ui.table tbody[style*="display: none;"],
|
|
.ui.table tr[style*="display: none;"],
|
|
.ui.table tr > td[style*="display: none;"],
|
|
.ui.table tr > th[style*="display: none;"] {
|
|
display: none!important;
|
|
}
|
|
textarea::-webkit-scrollbar {
|
|
width: 6px !important;
|
|
}
|
|
select.dropdown {
|
|
height: auto !important;
|
|
}
|
|
.left-box .menu .item.active {
|
|
background: rgba(230, 230, 230, 0.35) !important;
|
|
border-radius: 3px;
|
|
}
|
|
.main-menu .ui.labeled.menu.vertical.blue.inverted .item.active,
|
|
.main-menu .ui.menu.vertical.blue.inverted .item.active,
|
|
.main-menu .ui.menu .item.active {
|
|
background: rgba(230, 230, 230, 0.45) !important;
|
|
}
|
|
.main-menu .ui.labeled.menu.vertical.blue.inverted .sub-items .item.active,
|
|
.main-menu .ui.menu .sub-items .item.active {
|
|
background: rgba(230, 230, 230, 0.55) !important;
|
|
}
|
|
/*# sourceMappingURL=@layout_override.css.map */ |