Update 'keyhelp_theme_dark.txt'

This commit is contained in:
keyhelpuser 2023-09-06 13:33:29 +00:00
parent 8b01b4969d
commit 15ab7b3031
1 changed files with 17 additions and 8 deletions

View File

@ -144,7 +144,7 @@ a {
color: #1d2327 !important;
}
.card {
border-radius: 9px;
border-radius: 0px;
}
.breadcrumb a {
color: #444444;
@ -159,12 +159,12 @@ a {
background-color: #E4E4EA;
}
.card-footer:first-child, .card-content:first-child, .card-header:first-child {
border-top-left-radius: 9px;
border-top-right-radius: 9px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
border-bottom-left-radius: 9px;
border-bottom-right-radius: 9px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.file-name {
border-color: #E4E4EA;
@ -351,11 +351,11 @@ a.dropdown-item, button.dropdown-item {
border-bottom-color: #444444;
bottom: 16px;
}
.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#354656
.table.is-hoverable tbody tr:not(.is-selected):hover{background-color:#1d2327
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#354656
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover{background-color:#1d2327
}
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#354656
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even){background-color:#1d2327
}
.button.is-link:hover,.button.is-link.is-hovered{background-color:#444444;border-color:transparent;color:#fff
}
@ -493,4 +493,13 @@ input[disabled], input[readonly], textarea[disabled], select[disabled] {
border-radius: 0px !important;
border-width: 1px !important;
border-style: solid !important;
}
.tabs.is-boxed a {
border: 1px solid transparent;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
border-radius: 0px 0px 0 0;
}