mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Bugfix and cleanup CSS even more
This commit is contained in:
parent
badf422178
commit
e3e0474be2
24 changed files with 88 additions and 192 deletions
|
|
@ -1,10 +1,11 @@
|
|||
|
||||
/*
|
||||
.g-ui-user-select-none {
|
||||
// webkit-touch-callout: none;
|
||||
// user-select: none;
|
||||
// standard-user-select: none;
|
||||
// touch-callout: none;
|
||||
webkit-touch-callout: none;
|
||||
user-select: none;
|
||||
standard-user-select: none;
|
||||
touch-callout: none;
|
||||
}
|
||||
*/
|
||||
|
||||
.g-ui-link {
|
||||
color: #369;
|
||||
|
|
@ -155,6 +156,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.e-action {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.list-table {
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
html.mobile .hide-mobile {
|
||||
display:none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue