mirror of https://github.com/xwiki-labs/cryptpad
add focus style to focusable elements on the settings page #1506
This commit is contained in:
parent
9eb9259ce6
commit
4716cac217
|
@ -40,6 +40,11 @@
|
|||
|
||||
#cp-sidebarlayout-container {
|
||||
#cp-sidebarlayout-rightside {
|
||||
input, button, span[tabindex="0"] {
|
||||
&:focus{
|
||||
outline: @variables_focus_style;
|
||||
}
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
vertical-align: middle;
|
||||
margin-right: 5px;
|
||||
|
@ -112,6 +117,9 @@
|
|||
margin-top:0;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.cp-password-reveal {
|
||||
border-radius:@variables_radius;
|
||||
}
|
||||
}
|
||||
@media (max-width: 840px) {
|
||||
|
||||
|
|
Loading…
Reference in New Issue