give alertify popups their own bg var

This commit is contained in:
ansuz
2016-12-27 12:33:21 +01:00
parent 8b034a9554
commit bc49e143b8
4 changed files with 12 additions and 9 deletions

View File

@@ -56,7 +56,7 @@
.dialog, .alert {
& > div {
background-color: @light-base;
background-color: @alertify-dialog-bg;
border-radius: 5px;
}

View File

@@ -22,10 +22,13 @@
@text-color: rgba(0, 0, 0, .8);
@border-radius: 1px;
@alertify-dialog-bg: #333;
@alertify-dialog-fg: @fore;
@alertify-btn-fg: @fore;
@alertify-btn-bg: transparent;
@alertify-btn-bg-hover: rgba(0, 0, 0, .15);
@alertify-btn-bg: rgba(200, 200, 200, 0.05);
@alertify-btn-bg-hover: rgba(200, 200, 200, .15);
@alertify-bg: rgba(0, 0, 0, .3);