mirror of
https://github.com/QwIT-Development/firka-extension.git
synced 2026-06-12 03:41:39 +02:00
few fixes to settings
This commit is contained in:
@@ -817,7 +817,6 @@ h2 {
|
||||
width: 100%;
|
||||
min-height: 80px;
|
||||
padding: 12px;
|
||||
border: 1px solid var(--text-teritary);
|
||||
border-radius: 8px;
|
||||
background: var(--button-secondaryFill);
|
||||
color: var(--text-primary);
|
||||
@@ -828,11 +827,6 @@ h2 {
|
||||
transition: border-color 0.2s ease;
|
||||
}
|
||||
|
||||
.share-code-wrapper textarea:focus,
|
||||
#importCode:focus {
|
||||
border-color: var(--accent-accent);
|
||||
}
|
||||
|
||||
.copy-btn {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
|
||||
@@ -225,9 +225,6 @@
|
||||
<div class="modal-content theme-editor-modal">
|
||||
<div class="modal-header">
|
||||
<h3 id="themeEditorTitle" data-i18n="settings.custom_themes.create">Új téma létrehozása</h3>
|
||||
<button class="modal-close" id="closeThemeEditor">
|
||||
<span class="material-icons-round">close</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<div class="theme-form">
|
||||
@@ -298,9 +295,6 @@
|
||||
<div class="modal-content share-modal">
|
||||
<div class="modal-header">
|
||||
<h3 data-i18n="settings.custom_themes.share">Téma megosztása</h3>
|
||||
<button class="modal-close" id="closeShareModal">
|
||||
<span class="material-icons-round">close</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p data-i18n="settings.custom_themes.share_description">Másold ki a kódot és oszd meg másokkal:</p>
|
||||
@@ -321,9 +315,6 @@
|
||||
<div class="modal-content import-modal">
|
||||
<div class="modal-header">
|
||||
<h3 data-i18n="settings.custom_themes.import">Téma importálása</h3>
|
||||
<button class="modal-close" id="closeImportModal">
|
||||
<span class="material-icons-round">close</span>
|
||||
</button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p data-i18n="settings.custom_themes.import_description">Illeszd be a téma kódot:</p>
|
||||
|
||||
Reference in New Issue
Block a user