mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Merged some light and dark theme mode style rules
This commit is contained in:
parent
ab9e56f8b6
commit
8a875670d9
5 changed files with 25 additions and 49 deletions
|
|
@ -6,25 +6,21 @@
|
|||
display: inline-block;
|
||||
border: 2px solid transparent;
|
||||
cursor: pointer;
|
||||
|
||||
color: #000;
|
||||
background-color: #fff;
|
||||
padding: 16px;
|
||||
margin: 5px;
|
||||
|
||||
&:hover {
|
||||
border: 2px solid grey;
|
||||
border-color: grey;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
background-color: #eee;
|
||||
border: 2px solid #000;
|
||||
background-color: rgba(64, 255, 64, 0.2);
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
.e-image {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: 1px solid #ddd;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue