mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
add outline to order question elements
This commit is contained in:
parent
0ded9b8c4e
commit
8f1c9e41e9
@ -72,16 +72,12 @@
|
||||
color: @color !important;
|
||||
}
|
||||
.cp-form-type-sort {
|
||||
border-radius: @variables_radius;
|
||||
&:hover {
|
||||
color: @color !important;
|
||||
.cp-form-sort-order {
|
||||
border-color: @color !important;
|
||||
}
|
||||
}
|
||||
&:focus-visible {
|
||||
outline: @variables_focus_style;
|
||||
}
|
||||
}
|
||||
.cp-form-input-block {
|
||||
input { color: @color !important; }
|
||||
@ -1141,6 +1137,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
word-break: break-word;
|
||||
border-radius: @variables_radius;
|
||||
.cp-form-handle {
|
||||
min-width: 12px;
|
||||
}
|
||||
@ -1156,6 +1153,9 @@
|
||||
border-color: @cryptpad_color_link;
|
||||
}
|
||||
}
|
||||
&:focus-visible {
|
||||
outline: @variables_focus_style;
|
||||
}
|
||||
}
|
||||
|
||||
.cp-form-type-poll-container {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user