mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Contacts tags support (unstable - step 1).
+ Small fixes
This commit is contained in:
parent
74fa12c000
commit
0ca00dec40
34 changed files with 1790 additions and 801 deletions
|
|
@ -175,7 +175,7 @@
|
|||
float: left;
|
||||
padding: 0 8px 0 6px;
|
||||
}
|
||||
|
||||
|
||||
.shareParent {
|
||||
display: none;
|
||||
float: right;
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
}
|
||||
|
||||
&.selected {
|
||||
|
||||
|
||||
background-color: #fff;
|
||||
z-index: 102;
|
||||
|
||||
|
|
@ -238,7 +238,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.b-view-content-toolbar {
|
||||
background-color: #f5f5f5;
|
||||
padding: 7px;
|
||||
|
|
@ -279,6 +279,27 @@
|
|||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.tags-property-container {
|
||||
font-size: 18px;
|
||||
width: 400px;
|
||||
|
||||
.inputosaurus-container {
|
||||
border-width: 1px;
|
||||
border-color: transparent;
|
||||
.box-shadow(none);
|
||||
|
||||
&:hover {
|
||||
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
&.inputosaurus-focused {
|
||||
.box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.075));
|
||||
border-color: #999;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.contactValueStatic, .contactValueLargeStatic, .contactValueTextAreaStatic {
|
||||
height: 20px;
|
||||
line-height: 20px;
|
||||
|
|
@ -288,7 +309,7 @@
|
|||
color: #555;
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
&.read-only {
|
||||
.contactValueStatic, .contactValueLargeStatic, .contactValueTextAreaStatic {
|
||||
display: inline-block;
|
||||
|
|
@ -361,7 +382,7 @@
|
|||
color: #ddd;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.contactValueTextArea {
|
||||
width: 300px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue