Fix Ctrl-e new pad modals
parent
e4de375180
commit
296367bf0e
|
@ -868,8 +868,11 @@
|
|||
|
||||
border: 1px solid @colortheme_modal-fg;
|
||||
li:not(.cp-app-drive-element-selected):hover {
|
||||
background: @colortheme_modal-fg;
|
||||
color: @colortheme_modal-bg;
|
||||
background: @colortheme_logo_2_light;
|
||||
color: @cryptpad_text_col;
|
||||
.cptools {
|
||||
color: @cryptpad_text_col;
|
||||
}
|
||||
}
|
||||
.cp-modal {
|
||||
display: flex;
|
||||
|
@ -896,6 +899,7 @@
|
|||
}
|
||||
|
||||
.cp-app-drive-new-name {
|
||||
color: @cryptpad_text_col;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,13 +16,13 @@
|
|||
height: 24px;
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
font-size: 14px;
|
||||
//align-items: center;
|
||||
//justify-content: center;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
word-wrap: break-word;
|
||||
color: @cryptpad_text_col;
|
||||
}
|
||||
&.cp-icons-element-selected {
|
||||
background-color: rgba(0,0,0,0.2);
|
||||
|
|
|
@ -271,8 +271,11 @@
|
|||
border: 1px solid @colortheme_modal-fg;
|
||||
&:hover {
|
||||
//border: 1px solid @colortheme_modal-fg;
|
||||
background: @colortheme_modal-fg;
|
||||
color: @colortheme_modal-bg;
|
||||
background: @colortheme_logo_2_light;
|
||||
color: @cryptpad_text_col;
|
||||
.cptools {
|
||||
color: @cryptpad_text_col;
|
||||
}
|
||||
}
|
||||
}
|
||||
.cp-modal {
|
||||
|
@ -282,7 +285,7 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
&> p {
|
||||
margin: 50px;
|
||||
margin: 20px;
|
||||
}
|
||||
&> div {
|
||||
flex: 1;
|
||||
|
@ -293,7 +296,7 @@
|
|||
}
|
||||
&> div:last-child {
|
||||
flex: unset;
|
||||
margin: 50px 0;
|
||||
margin: 20px 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue