idrsoft
idrsoft by joohyeonbaek
Details
Authorjoohyeonbaek
LicenseNo License
Categoryidrsoft
Created
Updated
Size1.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
idrsoft
Source code
/* ==UserStyle==
@name idrsoft
@version 20220610.07.43
@namespace userstyles.world/user/joohyeonbaek
@description idrsoft
@author joohyeonbaek
@license No License
==/UserStyle== */
@-moz-document url-prefix("http://intra.idrsoft.com/") {
main {
background-color: #18191a;
}
.card {
color: #ddd !important;
background-color: #242526;
}
.form-control {
background-color: #303030;
color: #ddd;
}
.card-body .card-title,
h5,
h6,
.navbar-brand,
a,
.lang-java,
.form-label,
.form-label::placeholder {
color: #ddd !important;
}
.form-control:focus {
background-color: #303030;
color: #ddd;
border-color: gray;
}
.navbar-tool-text {
color: #ddd !important
}
.navbar {
background-color: #373F50;
}
.dropdown-item,
.line-numbers,
.list-group {
background-color: #242526;
}
.dropdown-menu {
background-color: #242526 !important;
background-clip: border-box;
}
#selectorItem {
color: #bbb !important;
}
#selectorItem:focus {
background-color: #303030;
color: #ddd;
border-color: gray;
}
.dropdown-item:hover,
.list-group a:hover,
#selectorItem:hover {
background-color: gray
}
.list-group a {
background-color: #242526;
}
.table {
border-color: gray;
}
.table:not(.table-dark) td {
color: #bbb !important;
}
td {
border-color: gray;
}
.table:not(.table-dark) thead th {
color: white !important;
}
.note-editable {
color: #ddd;
}
.note-toolbar {
background-color: #242526;
}
.note-btn {
background-color: #242526;
color: #ddd;
}
.form-label small {
color: #ddd
}
#contents {
border-color: red !important;
}
#contents a,
#contents-section a {
color: #d5453a !important;
}
.form-select {
background-color: #303030;
color: #ddd;
}
.pagination li a:hover {
background-color: gray
}
}