remove role="primary"
It looks annoying
This commit is contained in:
parent
98ea6ede65
commit
b47a641b88
2 changed files with 3 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<script src="../scripts/pages/settings.js" type="module"></script>
|
<script src="../scripts/pages/settings.js" type="module"></script>
|
||||||
|
|
||||||
<title for="term_preferences"></title>
|
<title for="term_preferences"></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
</label>
|
</label>
|
||||||
<side class="input-field">
|
<side class="input-field">
|
||||||
<button data-action="filters,update" title-for="settings_filters_update" data-enable="settings,filters" data-icon="refresh"></button>
|
<button data-action="filters,update" title-for="settings_filters_update" data-enable="settings,filters" data-icon="refresh"></button>
|
||||||
<button href="settings/filters.htm" tab-height="607.5" tab-width="1080" data-icon="pencil" title-for="settings_filters_open" role="primary"></button>
|
<button href="settings/filters.htm" tab-height="607.5" tab-width="1080" data-icon="pencil" title-for="settings_filters_open"></button>
|
||||||
</side>
|
</side>
|
||||||
</section>
|
</section>
|
||||||
<section class="input-group">
|
<section class="input-group">
|
||||||
|
|
|
@ -1,16 +1,11 @@
|
||||||
.input-field input, .input-field textarea {
|
.input-field input, .input-field textarea {
|
||||||
background-color: var(--input-color) !important;
|
background-color: var(--input-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:not([disabled]) {
|
.btn:not([disabled]) {
|
||||||
background-color: var(--secondary-color) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.btn[role="primary"]:not([disabled]), .btn-floating:not([disabled]) {
|
|
||||||
background-color: var(--primary-color) !important;
|
background-color: var(--primary-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav ul:not(.dropdown-content) > li > a:hover:not(.active) {
|
nav ul:not(.dropdown-content) > li > a:hover:not(.active) {
|
||||||
background-color: var(--hover-color) !important;
|
background-color: var(--hover-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue