mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-05 06:22:52 +08:00
efcefbaf78
Touch devices can be any size and can use (bluetooth/usb-c mouse/keyboard) these days. It's all about pixels and currently if the mode is mobile/no-mobile (this can be improved later).
10 lines
168 B
Text
10 lines
168 B
Text
|
|
.inputosaurus-container {
|
|
|
|
&.inputosaurus-focused {
|
|
background-color: #fff;
|
|
border: @rlInputBorderSize solid darken(@inputBorder, 20%);
|
|
box-shadow: none;
|
|
}
|
|
|
|
}
|