mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Improved admin styling
This commit is contained in:
parent
203b884309
commit
54c2ba7b6e
3 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<div class="span6">
|
||||
<h1 style="margin-bottom: 0;">SnappyMail</h1>
|
||||
<h4 style="margin-top: 0;" data-bind="text: version"></h4>
|
||||
<h4 style="color: #aaa; font-weight: normal;">An advanced fork of <a href="https://www.rainloop.net/" target="_blank">RainLoop</a></h4>
|
||||
<h4 style="color: #aaa; font-weight: normal;">An advanced fork of <a class="g-ui-link" href="https://www.rainloop.net/" target="_blank">RainLoop</a></h4>
|
||||
<h4 style="color: #aaa; font-weight: normal;" data-i18n="TAB_ABOUT/LABEL_TAG_HINT"></h4>
|
||||
|
||||
<h3>PHP optional extensions</h3>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
<span data-bind="text: saveError"></span>
|
||||
</div>
|
||||
<div data-bind="foreach: configures, visible: hasConfiguration">
|
||||
<div data-bind="template: { name: 'AdminSettingsPluginProperty' }"></div>
|
||||
<div class="control-group" data-bind="template: { name: 'AdminSettingsPluginProperty' }"></div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -132,7 +132,7 @@ dialog header, dialog footer,
|
|||
}
|
||||
|
||||
#V-Settings-About .rl-logo {
|
||||
filter: drop-shadow(0 0 1px #FFF);
|
||||
filter: invert(1);
|
||||
}
|
||||
|
||||
.b-folders li a.focused {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue