mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
1.10 beta
This commit is contained in:
parent
116de6fd45
commit
ecf23a4f6d
27 changed files with 259 additions and 158 deletions
|
|
@ -81,6 +81,10 @@ select {
|
|||
padding: 4px 9px;
|
||||
}
|
||||
|
||||
.btn.btn-thin-2 {
|
||||
padding: 4px 7px;
|
||||
}
|
||||
|
||||
.btn.btn-nowrap {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
|
@ -411,4 +415,25 @@ html.rl-mobile {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.close-input-wrp {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
||||
input {
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.close {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 5px;
|
||||
margin: 0 7px;
|
||||
z-index: 100;
|
||||
vertical-align: middle;
|
||||
opacity: .4;
|
||||
&:hover {
|
||||
opacity: .6;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue