2020-08-23 22:43:28 +00:00
|
|
|
.select-css option {
|
|
|
|
background-color: #1C1E2F;
|
|
|
|
color: white
|
|
|
|
}
|
|
|
|
|
|
|
|
.select-css option:checked {
|
|
|
|
background-color: #1C1E2F;
|
|
|
|
color: white
|
2020-08-26 14:25:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2022-06-20 21:41:52 +00:00
|
|
|
.sidebar>.nav>.nav-item:not(.nav-profile)>.nav-link:before {
|
2020-08-26 14:25:20 +00:00
|
|
|
content: none;
|
|
|
|
position: absolute;
|
|
|
|
left: 30px;
|
|
|
|
right: 50%;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
border-radius: 100%;
|
|
|
|
border: 2px solid #fff;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-07-14 22:26:42 +00:00
|
|
|
.toggle-handle {
|
|
|
|
background-color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-on {
|
|
|
|
color: black !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.toggle {
|
|
|
|
height: 0px !important;
|
|
|
|
}
|
|
|
|
|
2022-06-20 21:41:52 +00:00
|
|
|
.sidebar>.nav>.nav-item:not(.nav-profile)>.nav-link:before {
|
2020-08-26 14:25:20 +00:00
|
|
|
content: none;
|
|
|
|
position: absolute;
|
|
|
|
left: 30px;
|
|
|
|
right: 50%;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
border-radius: 100%;
|
|
|
|
border: 2px solid #fff;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2022-06-20 21:41:52 +00:00
|
|
|
.sidebar>.nav .nav-item .nav-link,
|
|
|
|
.collapsed {
|
2020-08-26 14:25:20 +00:00
|
|
|
padding: 15px 30px;
|
2020-09-02 01:30:39 +00:00
|
|
|
}
|
|
|
|
|
2022-06-20 21:41:52 +00:00
|
|
|
.mc-log-time {
|
|
|
|
color: #19d895;
|
2020-09-02 01:30:39 +00:00
|
|
|
}
|
|
|
|
|
2022-06-20 21:41:52 +00:00
|
|
|
.mc-log-info {
|
|
|
|
color: #8862e0;
|
2020-09-02 01:30:39 +00:00
|
|
|
}
|
|
|
|
|
2022-06-20 21:41:52 +00:00
|
|
|
.mc-log-warn {
|
|
|
|
color: #ffaf00;
|
2020-09-02 01:30:39 +00:00
|
|
|
}
|
|
|
|
|
2022-06-20 21:41:52 +00:00
|
|
|
.mc-log-error {
|
|
|
|
color: #af463f;
|
2022-01-22 02:36:19 +00:00
|
|
|
}
|
|
|
|
|
2022-06-20 21:41:52 +00:00
|
|
|
.mc-log-fatal {
|
|
|
|
color: #da0f00;
|
2020-09-02 01:30:39 +00:00
|
|
|
}
|
|
|
|
|
2022-06-20 21:41:52 +00:00
|
|
|
.mc-log-keyword {
|
|
|
|
color: #2196f3;
|
2020-09-02 01:30:39 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.scrollable-element {
|
2022-06-20 21:41:52 +00:00
|
|
|
scrollbar-color: red yellow;
|
2020-09-17 22:20:08 +00:00
|
|
|
}
|
2022-06-20 21:41:52 +00:00
|
|
|
|
2020-09-18 01:09:19 +00:00
|
|
|
.term-nav-item {
|
2020-09-17 22:20:08 +00:00
|
|
|
padding: 1%;
|
2020-12-09 21:10:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Fix body scrollbar color */
|
2022-06-20 21:41:52 +00:00
|
|
|
body {
|
|
|
|
background-color: var(--dark) !important;
|
|
|
|
/* Firefox */
|
|
|
|
}
|
2020-12-09 21:10:52 +00:00
|
|
|
|
|
|
|
/* Webkit */
|
|
|
|
/* Didn't really work out
|
|
|
|
::-webkit-scrollbar { background-color: #202538; }
|
|
|
|
::-webkit-scrollbar-button { background-color: #1D212F; }
|
|
|
|
::-webkit-scrollbar-thumb { background-color: #777A86; }
|
|
|
|
::-webkit-scrollbar-thumb:hover { background-color: #646773; }
|
|
|
|
|
|
|
|
::-webkit-scrollbar-track { background-color: #202538; }
|
2020-12-10 20:38:44 +00:00
|
|
|
::-webkit-scrollbar-corner { background-color: #202538; }*/
|
|
|
|
|
2022-06-20 21:41:52 +00:00
|
|
|
.actions_serverlist>a>i {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.actions_serveritem {
|
|
|
|
cursor: pointer;
|
2021-08-20 17:46:01 +00:00
|
|
|
}
|
2022-06-20 21:41:52 +00:00
|
|
|
|
2021-08-27 01:06:22 +00:00
|
|
|
.corner {
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 0;
|
2022-06-20 21:41:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.accordion .card {
|
|
|
|
margin-bottom: 0px;
|
2021-08-27 01:06:22 +00:00
|
|
|
}
|