mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'update-icons' of https://github.com/cryptpad/cryptpad into update-icons
This commit is contained in:
commit
b9db46fecb
@ -184,9 +184,6 @@
|
||||
}
|
||||
.cp-teams-invite-spinner {
|
||||
font-size: 1.2em;
|
||||
.fa {
|
||||
margin-right: 10px;;
|
||||
}
|
||||
}
|
||||
.cp-teams-help {
|
||||
margin-left: 10px;
|
||||
@ -317,10 +314,6 @@
|
||||
}
|
||||
.cp-mediatag-control {
|
||||
align-self: center;
|
||||
.fa {
|
||||
margin: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.cp-mediatag-outer {
|
||||
display: flex;
|
||||
|
||||
@ -60,10 +60,6 @@
|
||||
display: flex;
|
||||
max-width: 100%;
|
||||
align-items: center;
|
||||
.fa, .cptools {
|
||||
margin-right: 0;
|
||||
flex: 0;
|
||||
}
|
||||
span.cp-sidebarlayout-category-name {
|
||||
padding-left: 5px;
|
||||
white-space: nowrap;
|
||||
@ -257,9 +253,6 @@
|
||||
}
|
||||
label.noTitle {
|
||||
display: inline-flex;
|
||||
.fa {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@ -51,10 +51,6 @@
|
||||
@toolbar_top-height: 76px;
|
||||
@toolbar_button-font: @colortheme_app-font;
|
||||
|
||||
// if we spell 'share' correctly, then adblock plus hides the share button
|
||||
// this is a workaround
|
||||
.fa-shhare-alt:before { content: "\f1e0"; }
|
||||
|
||||
.ckeditor_fix();
|
||||
|
||||
.cp-burn-after-reading {
|
||||
@ -319,7 +315,7 @@
|
||||
.cp-modal {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
li, li .fa {
|
||||
li {
|
||||
cursor: pointer;
|
||||
}
|
||||
&> p {
|
||||
|
||||
@ -1069,9 +1069,6 @@
|
||||
}
|
||||
.cp-form-friend {
|
||||
color: @cp_profile-hint;
|
||||
.fa {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
a, a:visited {
|
||||
color: @cryptpad_color_link;
|
||||
|
||||
@ -61,7 +61,6 @@ body.cp-app-pad {
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
padding: 0px 6px;
|
||||
.fa { margin: 0 !important; }
|
||||
}
|
||||
&.hidden {
|
||||
width: auto !important;
|
||||
@ -255,9 +254,6 @@ body.cp-app-pad {
|
||||
div.cp-comment-bubble {
|
||||
position: relative;
|
||||
button {
|
||||
.fa {
|
||||
margin: 0 !important;
|
||||
}
|
||||
position: absolute;
|
||||
padding: 0 4px;
|
||||
background: @cp_toolbar-bg;
|
||||
|
||||
@ -179,9 +179,6 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: @cp-profile-is-your-friend;
|
||||
.fa {
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
}
|
||||
.cp-app-profile-friend-request {
|
||||
flex: 0;
|
||||
|
||||
@ -28,8 +28,6 @@
|
||||
.usergrid_main();
|
||||
.forms_main();
|
||||
|
||||
.fa-shhare-alt:before { content: "\f1e0"; }
|
||||
|
||||
#cp-filepicker-dialog {
|
||||
display: none;
|
||||
.lucide {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user