mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03:00
Some more CSS cleanups
This commit is contained in:
parent
db2a7a51c9
commit
203b884309
4 changed files with 4 additions and 12 deletions
|
|
@ -5,10 +5,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.g-ui-link {
|
.g-ui-link {
|
||||||
color: #369;
|
color: var(--link-color, #369);
|
||||||
text-decoration: underline;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
text-decoration: underline;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: 1px;
|
outline: 1px;
|
||||||
|
|
|
||||||
|
|
@ -179,7 +179,7 @@
|
||||||
<span data-i18n="POPUPS_DOMAIN/BUTTON_WHITE_LIST"></span>
|
<span data-i18n="POPUPS_DOMAIN/BUTTON_WHITE_LIST"></span>
|
||||||
</label>
|
</label>
|
||||||
<div class="tab-content" role="tabpanel" aria-hidden="true">
|
<div class="tab-content" role="tabpanel" aria-hidden="true">
|
||||||
<div class="alert alert-block" data-i18n="POPUPS_DOMAIN/WHITE_LIST_ALERT"></div>
|
<div class="alert" data-i18n="POPUPS_DOMAIN/WHITE_LIST_ALERT"></div>
|
||||||
<textarea class="input-xxlarge" style="width: 100%" rows="8" data-bind="value: whiteList" tabindex="-1"></textarea>
|
<textarea class="input-xxlarge" style="width: 100%" rows="8" data-bind="value: whiteList" tabindex="-1"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
--main-bg-image: none; // "images/background.png"
|
--main-bg-image: none; // "images/background.png"
|
||||||
--main-bg-size: auto;
|
--main-bg-size: auto;
|
||||||
--main-bg-repeat: repeat;
|
--main-bg-repeat: repeat;
|
||||||
|
--link-color: #369;
|
||||||
|
|
||||||
// LOADING
|
// LOADING
|
||||||
--loading-color: #000; // #ddd
|
--loading-color: #000; // #ddd
|
||||||
|
|
|
||||||
9
vendors/bootstrap/less/alerts.less
vendored
9
vendors/bootstrap/less/alerts.less
vendored
|
|
@ -39,12 +39,3 @@
|
||||||
border-color: @infoBorder;
|
border-color: @infoBorder;
|
||||||
color: @infoText;
|
color: @infoText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Block alerts
|
|
||||||
// -------------------------
|
|
||||||
|
|
||||||
.alert-block {
|
|
||||||
padding-top: 14px;
|
|
||||||
padding-bottom: 14px;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue