Update input colors in alertify
This commit is contained in:
@@ -63,7 +63,8 @@
|
|||||||
}
|
}
|
||||||
.alertify .dialog > *,
|
.alertify .dialog > *,
|
||||||
.alertify .alert > * {
|
.alertify .alert > * {
|
||||||
width: 400px;
|
width: 30%;
|
||||||
|
min-width: 500px;
|
||||||
max-width: 95%;
|
max-width: 95%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -80,8 +81,8 @@
|
|||||||
}
|
}
|
||||||
.alertify .dialog input:not(.form-control),
|
.alertify .dialog input:not(.form-control),
|
||||||
.alertify .alert input:not(.form-control) {
|
.alertify .alert input:not(.form-control) {
|
||||||
background-color: #fff;
|
background-color: #302B28;
|
||||||
color: #555;
|
color: #fafafa;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|||||||
@@ -71,7 +71,8 @@
|
|||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
width: 400px;
|
width: 30%;
|
||||||
|
min-width: 500px;
|
||||||
max-width: 95%;
|
max-width: 95%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
@@ -46,8 +46,8 @@
|
|||||||
@alertify-bg: rgba(0, 0, 0, .3);
|
@alertify-bg: rgba(0, 0, 0, .3);
|
||||||
@alertify-fg: @old-fore;
|
@alertify-fg: @old-fore;
|
||||||
|
|
||||||
@alertify-input-bg: @base;
|
@alertify-input-bg: @old-base;
|
||||||
@alertify-input-fg: @fore;
|
@alertify-input-fg: @old-fore;
|
||||||
|
|
||||||
@slide-default-bg: #000;
|
@slide-default-bg: #000;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user