Files

135 lines
2.9 KiB
CSS
Raw Permalink Normal View History

2022-10-02 20:18:05 +09:00
body {
font-size: .850rem;
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
.alert-minimalist {
background-color: rgb(241, 242, 240);
border-color: rgba(149, 149, 149, 0.3);
border-radius: 3px;
color: rgb(149, 149, 149);
padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
height: 50px;
margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
color: rgb(51, 51, 51);
display: block;
font-weight: bold;
margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
font-size: 80%;
}
textarea {
font-family: Courier
}
.loading { position: fixed; left: 45%; top: 50%; background: #00000000; }
.table > tbody > tr.collapse > td {
background-color: #009fff0d !important;
}
.tableRowHover tbody tr:not(.tableRowHoverOff):hover td {
background-color: #ffff0080 !important;
}
.table > tbody > tr > td { vertical-align: middle; }
.tab-pane {
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-radius: 0px 0px 5px 5px;
padding: 10px;
}
.btn-toolbar { text-align: center; }
.nav-tabs { margin-bottom: 0; }
.navbar-nav li:hover>.dropdown-menu { display: block; }
.dropdown-toggle::after { display:none; }
.set-left { text-align: left; }
@media (min-width: 768px) {
.set-left { text-align: right; }
}
.badge-sm {
min-width: 1.8em;
padding: .25em !important;
margin-left: .1em;
margin-right: .1em;
color: white !important;
cursor: pointer;
}
@media all and (min-width: 992px) {
.dropdown-menu li{
position: relative;
}
.dropdown-menu .submenu{
display: none;
position: absolute;
left:100%; top:-7px;
}
.dropdown-menu .submenu-left{
right:100%; left:auto;
}
.dropdown-menu > li:hover{ background-color: #f1f1f1 }
.dropdown-menu > li:hover > .submenu{
display: block;
}
}
/* ============ desktop view .end// ============ */
/* ============ small devices ============ */
@media (max-width: 991px) {
.dropdown-menu .dropdown-menu{
margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}
}
2022-10-28 06:09:16 +09:00
.dropdown-menu {
margin:-2px;
}
2025-12-25 19:42:32 +09:00
.modal { overflow: scroll !important; }
/* Mobile Navigation Tightening */
@media (max-width: 768px) {
#menu_module_div {
margin-bottom: 0 !important;
}
#menu_module_div .nav-pills {
margin-bottom: 0 !important;
border-bottom: 1px solid #dee2e6;
border-radius: 0 !important;
box-shadow: none !important;
}
#menu_page_div .nav-pills {
margin-top: 0 !important;
border-radius: 0 !important;
box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
#main_container {
padding-top: 0 !important;
margin-top: 0 !important;
}
#main_container > .d-inline-block {
display: none !important;
}
}