mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
chore: Improve settings menu buttons
This commit is contained in:
parent
cdb4c0a3cf
commit
ef69e31ad1
1 changed files with 28 additions and 9 deletions
|
|
@ -187,11 +187,17 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
height: unset;
|
height: unset;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app #V-SettingsMenu .b-footer,
|
||||||
|
#rl-app .b-footer.btn-toolbar.hide-mobile,
|
||||||
|
#rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app #V-SettingsMenu .b-footer,
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group {
|
#rl-app .b-footer.btn-toolbar .btn-group {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
@ -275,7 +281,7 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
||||||
|
|
||||||
#rl-app .btn.buttonCompose,
|
#rl-app .btn.buttonCompose,
|
||||||
#rl-app .b-folders .btn.buttonContacts,
|
#rl-app .b-folders .btn.buttonContacts,
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group .btn {
|
#rl-app .b-footer .btn {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 4px 14px;
|
padding: 4px 14px;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
|
|
@ -288,12 +294,18 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar {
|
||||||
border-radius: var(--border-radius-pill);
|
border-radius: var(--border-radius-pill);
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group .btn {
|
#rl-app .b-footer .btn,
|
||||||
|
#rl-app #V-SettingsPane .btn-toolbar .btn {
|
||||||
|
background: transparent;
|
||||||
|
border: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app .b-footer .btn {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
border: unset !important;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled .btn {
|
#rl-app .b-footer.btn-toolbar .btn-group.hide-on-panel-disabled .btn {
|
||||||
|
|
@ -331,18 +343,21 @@ html.rl-left-panel-disabled #rl-app .b-footer.btn-toolbar .btn-group .btn.icon-f
|
||||||
line-height: unset;
|
line-height: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group .btn:hover,
|
#rl-app .b-footer .btn:hover,
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group .btn.fontastic:hover {
|
#rl-app .b-footer .btn.fontastic:hover,
|
||||||
|
#rl-app #V-SettingsPane .btn-toolbar .btn:hover {
|
||||||
background-color: var(--color-background-hover);
|
background-color: var(--color-background-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group .btn:active,
|
#rl-app .b-footer .btn:active,
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group .btn.fontastic:active {
|
#rl-app .b-footer .btn.fontastic:active,
|
||||||
|
#rl-app #V-SettingsPane .btn-toolbar .btn:active {
|
||||||
background-color: var(--color-primary-element-light);
|
background-color: var(--color-primary-element-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group .btn:focus,
|
#rl-app .b-footer .btn:focus,
|
||||||
#rl-app .b-footer.btn-toolbar .btn-group .btn.fontastic:focus {
|
#rl-app .b-footer .btn.fontastic:focus,
|
||||||
|
#rl-app #V-SettingsPane .btn-toolbar .btn:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1064,6 +1079,10 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app #V-SettingsPane .btn-toolbar {
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
#rl-app #V-Settings-Config th {
|
#rl-app #V-Settings-Config th {
|
||||||
background-color: var(--color-background-dark);
|
background-color: var(--color-background-dark);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue