mirror of
https://github.com/serghey-rodin/vesta.git
synced 2024-12-25 05:21:12 -08:00
36 lines
1.1 KiB
CSS
36 lines
1.1 KiB
CSS
body, form { padding: 0; margin: 0; background: #333; }
|
|
|
|
|
|
input.save {
|
|
background-color: rgba(247, 165, 48, 0.8);
|
|
border: 1px solid #f79b44;
|
|
border-radius: 3px;
|
|
top: 9px;
|
|
color: #fafafa;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
float: left;
|
|
font-family: Arial,Helvetica,sans-serif;
|
|
font-size: 9pt;
|
|
font-weight: bold;
|
|
height: 28px;
|
|
padding: 0;
|
|
position: absolute;
|
|
right: 47px;
|
|
width: 130px;
|
|
z-index: 1000;
|
|
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
|
|
}
|
|
|
|
input.save:hover { border: 1px solid #6DB8D3; background-color: #6DB8D3; color: #FFF; opacity: 1; box-shadow: 0 6px 10px rgba(0,0,0,0.23), 0 10px 30px rgba(0,0,0,0.19); }
|
|
input.save:active { border: 1px solid #FFCC00; background-color: #FFCC00; color: #FFF; }
|
|
|
|
|
|
.ace_gutter,
|
|
.ace_scroller { padding-top: 0px; }
|
|
/*.ace-twilight .ace_gutter-active-line { margin-top: 10px; } */
|
|
|
|
.ace_gutter-cell { color: #777; }
|
|
|
|
.ace_editor { font-size: 17px !important; font-family: "Courier New", Courier, "Lucida Console", Monaco, monospace !important; }
|