mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
applying accent color to focused inputs
This commit is contained in:
parent
5d98595918
commit
6406b8714b
1 changed files with 9 additions and 1 deletions
|
@ -366,9 +366,17 @@ body.is-blurred .list-tabular .list-tabular-item.keyboard-cursor {
|
||||||
}
|
}
|
||||||
|
|
||||||
//====================================================
|
//====================================================
|
||||||
// Search & Suggestion Menu
|
// Inputs, Search & Suggestion Menu
|
||||||
//====================================================
|
//====================================================
|
||||||
|
|
||||||
|
textarea:focus,
|
||||||
|
input[type="text"]:focus,
|
||||||
|
input[type="email"]:focus,
|
||||||
|
.search-bar .menu .header-container input:focus {
|
||||||
|
border-color: @accent;
|
||||||
|
box-shadow: 0 0 1.5px @accent;
|
||||||
|
}
|
||||||
|
|
||||||
.search-bar {
|
.search-bar {
|
||||||
margin: 7.5px;
|
margin: 7.5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue