mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 13:24:24 -07:00
Fixes for FM
This commit is contained in:
parent
ec43524083
commit
5d070fc9a5
13 changed files with 274 additions and 1489 deletions
|
@ -1,11 +1,10 @@
|
|||
body, form { padding: 0; margin: 0; background: #333; }
|
||||
|
||||
|
||||
input.save {
|
||||
input.save {
|
||||
background-color: rgba(247, 165, 48, 0.8);
|
||||
border: 1px solid #f79b44;
|
||||
border-radius: 3px;
|
||||
/* bottom: 17px;*/
|
||||
top: 9px;
|
||||
color: #fafafa;
|
||||
cursor: pointer;
|
||||
|
@ -32,13 +31,5 @@ input.save:active { border: 1px solid #FFCC00; background-color: #FFCC00; color:
|
|||
.ace-twilight .ace_gutter-active-line { margin-top: 10px; }
|
||||
|
||||
.ace_gutter-cell { color: #777; }
|
||||
/*
|
||||
.ace_gutter-cell { color: #777; padding: 9px 0px 0px 4px; }
|
||||
.ace_line { padding: 9px 0px 0px 4px; }
|
||||
|
||||
.ace_editor,
|
||||
.ace-twilight .ace_cursor,
|
||||
.ace_text-input { font-size: 17px; }
|
||||
*/
|
||||
|
||||
.ace_editor { font-size: 19px !important; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue