|
|
|
|
@ -1463,10 +1463,11 @@ aside nav + hr { |
|
|
|
|
color: #87c525; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.button.green:hover{ |
|
|
|
|
.button.green:hover, .button.green.active{ |
|
|
|
|
border-color: #87c525; |
|
|
|
|
background: #87c525; |
|
|
|
|
color: #fff; |
|
|
|
|
text-shadow: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.button.red { |
|
|
|
|
@ -1615,7 +1616,7 @@ aside nav + hr { |
|
|
|
|
height: 14px; |
|
|
|
|
background-position: -74px 0; |
|
|
|
|
} |
|
|
|
|
.button.icon-note:hover:before { |
|
|
|
|
.button.icon-note:hover:before, .button.icon-note.active:before { |
|
|
|
|
background-position: -74px -16px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -12314,11 +12315,14 @@ hr + .rq-note { |
|
|
|
|
# edit note overlay on /expo/ page |
|
|
|
|
\******************************/ |
|
|
|
|
|
|
|
|
|
.note-wrap{ |
|
|
|
|
.note-wrap, .note-wrap-disabled{ |
|
|
|
|
display: inline-block; |
|
|
|
|
vertical-align: top; |
|
|
|
|
position: relative; |
|
|
|
|
} |
|
|
|
|
.note-wrap-disabled .note-overlay{ |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
.note-wrap .note-overlay{ |
|
|
|
|
margin-top: 5px; |
|
|
|
|
padding: 10px 14px; |
|
|
|
|
|