You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monitor-dashboard/src/assets/dashboard-theme/button.css

24 lines
417 B
CSS

.uk-button {
font-weight: 700;
}
.uk-button:not(.uk-button-link) {
text-transform: none;
font-size: 13px;
}
.uk-button.uk-button-default:enabled {
border-color: #B5B5B5;
color: currentColor;
background-color: #FFFFFF;
}
.uk-button.uk-button-default:hover:enabled {
background-color: #FFFFFF;
border-color: currentColor;
}
div[search-input] .search {
font-size: var(--xs-font-size) !important;
}