Skip to content

Commit

Permalink
Small tweaks for Material template and theme (#5676)
Browse files Browse the repository at this point in the history
* Small tweaks for Material template and theme

* Style download button the same

* Remove margin from bk-input-group
  • Loading branch information
philippjfr authored Oct 18, 2023
1 parent fab0ea7 commit cb6cfb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 5 additions & 0 deletions panel/template/material/material.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ img.app-logo {
cursor: pointer;
}

.mdc-top-app-bar__row {
height: unset;
min-height: 64px;
}

.tabulator-popup-container {
background-color: var(--mdc-theme-surface);
}
Expand Down
7 changes: 2 additions & 5 deletions panel/theme/css/material.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ button.mdc-button.mdc-card-button {
color: var(--design-secondary-text-color, var(--panel-on-secondary-color));
}

.bk-input-group {
margin-top: 0.5rem;
}

.bk-input:not([type='file']) {
border-radius: 4px;
height: 1.4375em;
Expand Down Expand Up @@ -371,7 +367,8 @@ select[multiple].bk-input option:checked {

/* Button widgets */

.bk-btn-group > button {
.bk-btn-group > button,
.bk-input-group > button {
background-position: center;
font-weight: 500;
font-size: medium;
Expand Down

0 comments on commit cb6cfb5

Please sign in to comment.