commit
1b2605463a
5 changed files with 46 additions and 10 deletions
|
|
@ -280,7 +280,7 @@
|
|||
border-left: none;
|
||||
}
|
||||
|
||||
.right-small a {
|
||||
.right-small a, .left-small a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
|
@ -352,14 +352,14 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
a, button, .button, input, textarea, select {
|
||||
a, button, .button, input, textarea, select, .reveal-modal {
|
||||
-webkit-box-shadow: none !important;
|
||||
-moz-box-shadow: none !important;
|
||||
box-shadow: none !important;
|
||||
-webkit-tap-highlight-color:rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.modal.fade, .reveal-modal-bg {
|
||||
.modal.fade {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
|
@ -373,6 +373,19 @@
|
|||
.button.secondary:hover, button.secondary:hover {
|
||||
background: #008CC1;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.move-right .close-menu {
|
||||
cursor: pointer;
|
||||
box-shadow: none;
|
||||
display: block;
|
||||
position: absolute;
|
||||
background: rgba(255,255,255,.2);
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
z-index: 1002;
|
||||
}
|
||||
|
||||
/*******************************************/
|
||||
|
|
@ -426,6 +439,20 @@
|
|||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.reveal-modal {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.reveal-modal-bg {
|
||||
position: absolute;
|
||||
height: 0;
|
||||
width: 0;
|
||||
background: none;
|
||||
display: none;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
/* notifications */
|
||||
|
||||
.dr-notification {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue