small update to greatness
This commit is contained in:
@ -54,4 +54,9 @@
|
||||
background-color: #F00;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=cwv3.css.map */
|
||||
.cwv3_dialog.js .auth {
|
||||
display: none;
|
||||
}
|
||||
.cwv3_dialog.js .denied {
|
||||
display: none;
|
||||
}
|
||||
|
2
css/cwv3.min.css
vendored
2
css/cwv3.min.css
vendored
@ -1 +1 @@
|
||||
.cwv3_box{background:0 0}#cboxContent,#cboxLoadedContent,#cboxLoadingOverlay{background-color:#FFF!important}#cwv3_auth{border:3px solid #ccc;background:#FFF}#cwv3_auth div{padding:.25em}#cwv3_title{color:#FFF;font-weight:700;text-align:center;background:red}#cwv3_btns{overflow:hidden}#cwv3_btns div a{display:block;width:100%;text-align:center;color:#FFF;font-weight:700;text-decoration:none}#cwv3_enter{float:left;width:40%}#cwv3_enter a{background-color:#0C3}#cwv3_exit{float:right;width:40%}#cwv3_exit a{background-color:red}
|
||||
.cwv3_box{background:0 0}#cboxContent,#cboxLoadedContent,#cboxLoadingOverlay{background-color:#FFF!important}#cwv3_auth{border:3px solid #ccc;background:#FFF}#cwv3_auth div{padding:.25em}#cwv3_title{color:#FFF;font-weight:700;text-align:center;background:red}#cwv3_btns{overflow:hidden}#cwv3_btns div a{display:block;width:100%;text-align:center;color:#FFF;font-weight:700;text-decoration:none}#cwv3_enter{float:left;width:40%}#cwv3_enter a{background-color:#0C3}#cwv3_exit{float:right;width:40%}#cwv3_exit a{background-color:red}.cwv3_dialog.js .auth,.cwv3_dialog.js .denied{display:none}
|
@ -54,3 +54,19 @@
|
||||
#cwv3_exit a {
|
||||
background-color: #F00;
|
||||
}
|
||||
|
||||
.cwv3_dialog{
|
||||
|
||||
&.js{
|
||||
|
||||
.auth{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.denied{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user