mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-12 22:22:41 +01:00
Merge pull request #101 from rg9400/patch-1
Clean up some Duplicacy elements
This commit is contained in:
commit
23bf19aad7
@ -67,12 +67,13 @@ body,
|
|||||||
.card,
|
.card,
|
||||||
.category,
|
.category,
|
||||||
.card label,
|
.card label,
|
||||||
|
.card .labels p,
|
||||||
.card .title,
|
.card .title,
|
||||||
.card .stats,
|
.card .stats,
|
||||||
.vis-time-axis .vis-text,
|
.vis-time-axis .vis-text,
|
||||||
.footer .copyright,
|
.footer .copyright,
|
||||||
.navbar-default .navbar-brand {
|
.navbar-default .navbar-brand {
|
||||||
color: var(--text);
|
color: var(--text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-panel {
|
.main-panel {
|
||||||
@ -210,7 +211,8 @@ body,
|
|||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control {
|
.form-control,
|
||||||
|
textarea {
|
||||||
background-color: rgba(0, 0, 0, .25);
|
background-color: rgba(0, 0, 0, .25);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
@ -219,6 +221,10 @@ body,
|
|||||||
background-color: rgb(0 0 0 / 50%);
|
background-color: rgb(0 0 0 / 50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
|
||||||
|
background-color: rgba(0, 0, 0, .15);
|
||||||
|
}
|
||||||
|
|
||||||
#input_s3_provider:focus,
|
#input_s3_provider:focus,
|
||||||
#schedule_frequency:focus,
|
#schedule_frequency:focus,
|
||||||
#modal_restore_storage:focus,
|
#modal_restore_storage:focus,
|
||||||
@ -291,7 +297,8 @@ div>div>div.modal-footer>button.btn.btn-default.pull-left {
|
|||||||
color: #F44336;
|
color: #F44336;
|
||||||
}
|
}
|
||||||
|
|
||||||
div>div>div.modal-footer>button.btn.btn-default.pull-left:hover {
|
div>div>div.modal-footer>button.btn.btn-default.pull-left:hover,
|
||||||
|
.navbar .navbar-nav > li > a.btn-danger.btn-fill, .btn-danger.btn-fill {
|
||||||
border-color: #F44336;
|
border-color: #F44336;
|
||||||
color: var(--text-hover);
|
color: var(--text-hover);
|
||||||
background-color: #F44336;
|
background-color: #F44336;
|
||||||
@ -318,6 +325,10 @@ div>div>div.modal-footer>button.btn.btn-default.pull-left:hover {
|
|||||||
border-color: var(--button-color-hover);
|
border-color: var(--button-color-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.radio-box input:checked ~ .radio-button {
|
||||||
|
background-color: var(--button-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* TABLES */
|
/* TABLES */
|
||||||
.table>tbody>tr.active>td,
|
.table>tbody>tr.active>td,
|
||||||
.table>tbody>tr.active>th,
|
.table>tbody>tr.active>th,
|
||||||
@ -330,7 +341,8 @@ div>div>div.modal-footer>button.btn.btn-default.pull-left:hover {
|
|||||||
.table>thead>tr.active>td,
|
.table>thead>tr.active>td,
|
||||||
.table>thead>tr.active>th,
|
.table>thead>tr.active>th,
|
||||||
.table>thead>tr>td.active,
|
.table>thead>tr>td.active,
|
||||||
.table>thead>tr>th.active {
|
.table>thead>tr>th.active,
|
||||||
|
.fixed-header th {
|
||||||
background-color: rgb(0 0 0 / 25%);
|
background-color: rgb(0 0 0 / 25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -339,10 +351,24 @@ div>div>div.modal-footer>button.btn.btn-default.pull-left:hover {
|
|||||||
.table tbody tr>th,
|
.table tbody tr>th,
|
||||||
.table tbody tr>td,
|
.table tbody tr>td,
|
||||||
.table tfoot tr>th,
|
.table tfoot tr>th,
|
||||||
.table tfoot tr>td {
|
.table tfoot tr>td,
|
||||||
|
hr {
|
||||||
border-top: 1px solid rgb(255 255 255 / 20%);
|
border-top: 1px solid rgb(255 255 255 / 20%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.row-clickable.active {
|
||||||
|
background-color: hsla(0,0%,100%,.08);
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group-item{
|
||||||
|
background-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||||
|
background-color: var(--accent-color);
|
||||||
|
border-color: var(--accent-color);
|
||||||
|
}
|
||||||
|
|
||||||
/* FOOTER */
|
/* FOOTER */
|
||||||
.main-panel>.footer {
|
.main-panel>.footer {
|
||||||
background: rgb(0 0 0 / 0.25);
|
background: rgb(0 0 0 / 0.25);
|
||||||
|
Loading…
Reference in New Issue
Block a user