mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Less float & less html is mobile view profit
This commit is contained in:
parent
004378ed8c
commit
57158bd55a
17 changed files with 71 additions and 91 deletions
|
|
@ -21,15 +21,23 @@
|
|||
background-color: #fff;
|
||||
text-align: left;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
border-radius: 3px;
|
||||
position: relative;
|
||||
|
||||
&.user {
|
||||
background-color: #fffddd;
|
||||
border-color: #fff555;
|
||||
background-color: #ffd;
|
||||
border-color: #ff5;
|
||||
}
|
||||
&.selected {
|
||||
background-color: #f5f5f5;
|
||||
border-color: #ccc;
|
||||
background-color: #efe;
|
||||
border-color: #9c9;
|
||||
}
|
||||
&.selected::after {
|
||||
content: "✔";
|
||||
color: #080;
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
font-family: snappymail;
|
||||
}
|
||||
&:hover {
|
||||
background-color: #eee;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue