drop box-shadow from generic-content-wrapper (it's probably too 90') and use transparent colors for borders to work better with alternate background colors
This commit is contained in:
parent
c0bf3c8af1
commit
2ede8e3675
@ -15,11 +15,11 @@
|
|||||||
#jot-title-wrap,
|
#jot-title-wrap,
|
||||||
#jot-pagetitle-wrap,
|
#jot-pagetitle-wrap,
|
||||||
#jot-category-wrap {
|
#jot-category-wrap {
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid rgba(0, 0, 0, .2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#jot-attachment-wrap {
|
#jot-attachment-wrap {
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid rgba(0, 0, 0, .2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#jot-title-wrap input,
|
#jot-title-wrap input,
|
||||||
@ -65,7 +65,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#profile-jot-submit-wrapper {
|
#profile-jot-submit-wrapper {
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid rgba(0, 0, 0, .2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* conversation */
|
/* conversation */
|
||||||
@ -96,7 +96,7 @@
|
|||||||
left: 3px;
|
left: 3px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 1px 1px 3px rgba(0,0,0,0.5);;
|
text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ li:hover .widget-nav-pills-icons {
|
|||||||
/* notes */
|
/* notes */
|
||||||
|
|
||||||
#note-text {
|
#note-text {
|
||||||
|
border: 1px solid rgba(0,0,0,.125);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
@ -1052,11 +1052,13 @@ img.mail-conv-sender-photo {
|
|||||||
|
|
||||||
#profile-jot-wrapper {
|
#profile-jot-wrapper {
|
||||||
background-color: rgba(254, 254, 254, 1);
|
background-color: rgba(254, 254, 254, 1);
|
||||||
border: 1px solid #ccc;
|
border: 1px solid rgba(0, 0, 0, .2);
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#jot-title,
|
||||||
|
#jot-pagetitle,
|
||||||
#profile-jot-text {
|
#profile-jot-text {
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
}
|
}
|
||||||
@ -1208,7 +1210,6 @@ img.mail-conv-sender-photo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#note-text {
|
#note-text {
|
||||||
border: 1px solid #ccc;
|
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1303,8 +1304,7 @@ img.mail-conv-sender-photo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.generic-content-wrapper {
|
.generic-content-wrapper {
|
||||||
border: 1px solid #ccc;
|
border: 1px solid rgba(0, 0, 0, .2);
|
||||||
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
|
|
||||||
border-radius: $radius;
|
border-radius: $radius;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user