fix page exits
This commit is contained in:
@@ -37,18 +37,17 @@
|
||||
|
||||
#notes_feedback {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
height: 39px;
|
||||
width: 350px;
|
||||
text-align: right;
|
||||
z-index: 1000;
|
||||
|
||||
.alert {
|
||||
font-size: 0.8em;
|
||||
font-size: 10px;
|
||||
margin: 0;
|
||||
padding: 0 13px;
|
||||
line-height: 39px;
|
||||
padding: 0 18px;
|
||||
line-height: 18px;
|
||||
|
||||
&.note-error {
|
||||
color: $col_main_2;
|
||||
|
||||
@@ -17,8 +17,11 @@
|
||||
.tox-tbtn:disabled:hover svg {
|
||||
fill: $gray-300;
|
||||
}
|
||||
.tox-tbtn__select-label {
|
||||
color: $col_main_1;
|
||||
.tox-tbtn__select-label,
|
||||
.tox-statusbar a,
|
||||
.tox-statusbar__path-item,
|
||||
.tox-statusbar__wordcount {
|
||||
color: $col_main_1;
|
||||
}
|
||||
.tox-toolbar, .tox-toolbar__overflow, .tox-toolbar__primary {
|
||||
background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cbbdb5'/%3E%3C/svg%3E") left 0 top 0 #fff;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user