Skip to content

Commit

Permalink
fix more border colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed Aug 28, 2024
1 parent 23e268d commit e3242ff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -1853,6 +1853,10 @@ path[stroke="black"] {
border-color: var(--border-0) !important;
}
hr {
background-color: var(--border-0);
}
.panel-default, .panel-default>.panel-heading {
border-color: var(--border-0) !important;
}
Expand Down Expand Up @@ -1998,6 +2002,10 @@ input.cke_dialog_ui_input_password, input.cke_dialog_ui_input_text, textarea.cke
border: 1px solid var(--border-0) !important;
}
.nav-tabs>li.active>a {
border-bottom-color: var(--bg-1) !important;
}
.ButtonCell, .ButtonCellBottom, .ButtonCellTop, .TabButtonCell {
border-bottom: 1px solid var(--border-0);
}
Expand Down

0 comments on commit e3242ff

Please sign in to comment.