|
|
@ -2231,7 +2231,7 @@ select {
|
|
|
|
#entries-edit-index #entries-edit-index-wrapper #entry-header #entry-meta #entry_tags {
|
|
|
|
#entries-edit-index #entries-edit-index-wrapper #entry-header #entry-meta #entry_tags {
|
|
|
|
background: #354554;
|
|
|
|
background: #354554;
|
|
|
|
font-family: 'Apercu';
|
|
|
|
font-family: 'Apercu';
|
|
|
|
width: 100%;
|
|
|
|
width: 97.6%;
|
|
|
|
height: 140px;
|
|
|
|
height: 140px;
|
|
|
|
color: #b2cce5;
|
|
|
|
color: #b2cce5;
|
|
|
|
padding: 5px;
|
|
|
|
padding: 5px;
|
|
|
@ -2602,25 +2602,33 @@ select {
|
|
|
|
top: 1px;
|
|
|
|
top: 1px;
|
|
|
|
border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
max-width: 425px;
|
|
|
|
z-index: 2000;
|
|
|
|
z-index: 2000;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#edit-control button:nth-child(1) {
|
|
|
|
#edit-control button:nth-child(1) {
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
border-radius: 3px 0 0 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit-control button:nth-child(10) {
|
|
|
|
|
|
|
|
border-radius: 0 3px 3px 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
#edit-control button {
|
|
|
|
#edit-control button {
|
|
|
|
|
|
|
|
background: #b2cce5;
|
|
|
|
|
|
|
|
width: 10%;
|
|
|
|
|
|
|
|
height: 35px;
|
|
|
|
-moz-transition: all 0.3s linear;
|
|
|
|
-moz-transition: all 0.3s linear;
|
|
|
|
-webkit-transition: all 0.3s linear;
|
|
|
|
-webkit-transition: all 0.3s linear;
|
|
|
|
-o-transition: all 0.3s linear;
|
|
|
|
-o-transition: all 0.3s linear;
|
|
|
|
transition: all 0.3s linear;
|
|
|
|
transition: all 0.3s linear;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#edit-control button:hover {
|
|
|
|
#edit-control button:hover {
|
|
|
|
background: #75a4d0;
|
|
|
|
background: #75a4d0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#edit-control #option-update {
|
|
|
|
#edit-control #option-update {
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
width: 35px;
|
|
|
|
|
|
|
|
padding: 5px 5px 1px 5px;
|
|
|
|
padding: 5px 5px 1px 5px;
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
vertical-align: top;
|
|
|
@ -2634,7 +2642,7 @@ select {
|
|
|
|
background: #f2f1ef;
|
|
|
|
background: #f2f1ef;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#edit-control .submit-start svg {
|
|
|
|
#edit-control .submit-start svg {
|
|
|
|
fill: #fc6399;
|
|
|
|
fill: #32cd32;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#edit-control .submit-cool {
|
|
|
|
#edit-control .submit-cool {
|
|
|
|
background: #32cd32;
|
|
|
|
background: #32cd32;
|
|
|
@ -2642,6 +2650,12 @@ select {
|
|
|
|
#edit-control .submit-cool svg {
|
|
|
|
#edit-control .submit-cool svg {
|
|
|
|
fill: #f2f1ef;
|
|
|
|
fill: #f2f1ef;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit-control .submit-delete {
|
|
|
|
|
|
|
|
background: #ce483b !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#edit-control .submit-delete svg {
|
|
|
|
|
|
|
|
fill: #f2f1ef !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
#edit-control #option-date {
|
|
|
|
#edit-control #option-date {
|
|
|
|
height: 30px;
|
|
|
|
height: 30px;
|
|
|
|
padding-top: 6px;
|
|
|
|
padding-top: 6px;
|
|
|
@ -2653,29 +2667,15 @@ select {
|
|
|
|
fill: #f2f1ef;
|
|
|
|
fill: #f2f1ef;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#edit-control .content-editor-btn-icon {
|
|
|
|
#edit-control .content-editor-btn-icon {
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
width: 40px;
|
|
|
|
|
|
|
|
background: #b2cce5;
|
|
|
|
|
|
|
|
padding: 5px 5px 1px 5px;
|
|
|
|
padding: 5px 5px 1px 5px;
|
|
|
|
color: #374857;
|
|
|
|
color: #374857;
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#edit-control .content-editor-btn-icon svg {
|
|
|
|
#edit-control .content-editor-btn-icon svg {
|
|
|
|
fill: #374857;
|
|
|
|
fill: #374857;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#edit-control .content-editor-btn-text {
|
|
|
|
#edit-control .content-editor-btn-text {
|
|
|
|
width: 40px;
|
|
|
|
|
|
|
|
height: 35px;
|
|
|
|
|
|
|
|
background: #b2cce5;
|
|
|
|
|
|
|
|
padding: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
color: #374857;
|
|
|
|
color: #374857;
|
|
|
|
vertical-align: top;
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#edit-control #option-bold {
|
|
|
|
#edit-control #option-bold {
|
|
|
|
font-weight: bold;
|
|
|
|
font-weight: bold;
|
|
|
|