diff --git a/dev/Styles/Ui.less b/dev/Styles/Ui.less index 4e3492ab1..c20db7239 100644 --- a/dev/Styles/Ui.less +++ b/dev/Styles/Ui.less @@ -5,10 +5,10 @@ } .g-ui-link { - color: #369; - text-decoration: underline; + color: var(--link-color, #369); cursor: pointer; padding: 2px; + text-decoration: underline; &:focus { outline: 1px; diff --git a/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html b/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html index 1eecf7163..e690d1323 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html +++ b/snappymail/v/0.0.0/app/templates/Views/Admin/PopupsDomain.html @@ -179,7 +179,7 @@ diff --git a/snappymail/v/0.0.0/themes/example.css b/snappymail/v/0.0.0/themes/example.css index 07fbfef49..1bd69cf25 100644 --- a/snappymail/v/0.0.0/themes/example.css +++ b/snappymail/v/0.0.0/themes/example.css @@ -6,6 +6,7 @@ --main-bg-image: none; // "images/background.png" --main-bg-size: auto; --main-bg-repeat: repeat; + --link-color: #369; // LOADING --loading-color: #000; // #ddd diff --git a/vendors/bootstrap/less/alerts.less b/vendors/bootstrap/less/alerts.less index 773b2b174..5524cdcbf 100644 --- a/vendors/bootstrap/less/alerts.less +++ b/vendors/bootstrap/less/alerts.less @@ -39,12 +39,3 @@ border-color: @infoBorder; color: @infoText; } - - -// Block alerts -// ------------------------- - -.alert-block { - padding-top: 14px; - padding-bottom: 14px; -}