mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Merge branch 'staging' into 2025.9-rc
This commit is contained in:
commit
ec1b45c73c
@ -125,16 +125,15 @@
|
||||
margin-left: 1em;
|
||||
font-size: 16px;
|
||||
color: inherit;
|
||||
|
||||
svg {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
a:focus-visible {
|
||||
border-radius: 50%;
|
||||
outline: @variables_focus_style;
|
||||
}
|
||||
}
|
||||
svg {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.cp-creation-early {
|
||||
max-width: 80%;
|
||||
|
||||
@ -261,6 +261,7 @@
|
||||
}
|
||||
|
||||
.hover () {
|
||||
cursor: pointer;
|
||||
height: 100%;
|
||||
line-height: 30px;
|
||||
padding: 10px;
|
||||
@ -310,6 +311,7 @@
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
right: 2px;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.cp-app-contacts-chat {
|
||||
@ -395,6 +397,10 @@
|
||||
&[disabled="true"] {
|
||||
.tools_placeholder-color();
|
||||
}
|
||||
&:focus-visible {
|
||||
outline: @variables_focus_style;
|
||||
border-radius: @variables_radius;
|
||||
}
|
||||
}
|
||||
button {
|
||||
height: 54px !important;
|
||||
@ -407,6 +413,13 @@
|
||||
background-color: @msg-bg-color-dark;
|
||||
background-color: var(--msg-bg-color-dark);
|
||||
}
|
||||
&:focus-visible {
|
||||
outline: @variables_focus_style;
|
||||
border-radius: @variables_radius;
|
||||
}
|
||||
svg {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -992,6 +992,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
a:focus-visible {
|
||||
outline: @variables_focus_style;
|
||||
border-radius: @variables_radius;
|
||||
}
|
||||
}
|
||||
div.cp-form-creator-results {
|
||||
display: flex;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user