theme - nicer contact search results
Make the results dark so they blend in nicely, and make the layout match how contacts look in the contacts app. https://bugzilla.gnome.org/show_bug.cgi?id=669993
This commit is contained in:
parent
8d968e5c9b
commit
de0116d8c8
@ -748,13 +748,12 @@ StTooltip StLabel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.contact-content {
|
.contact-content {
|
||||||
border-radius: 2px;
|
border-radius: 7px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
width: 232px;
|
width: 232px;
|
||||||
height: 84px;
|
height: 84px;
|
||||||
background-color: white;
|
background-color: rgba(0.0, 0.0, 0.0, 0.5);
|
||||||
color: black;
|
color: white;
|
||||||
text-align: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-icon {
|
.contact-icon {
|
||||||
@ -762,20 +761,20 @@ StTooltip StLabel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.contact-details {
|
.contact-details {
|
||||||
padding: 6px 8px 11px 8px;
|
padding: 0px 6px 22px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-details-alias {
|
.contact-details-alias {
|
||||||
font-size: 16px;
|
font-size: 18px;
|
||||||
padding-bottom: 11px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-details-status {
|
.contact-details-status {
|
||||||
font-size: 11pt;
|
font-size: 10pt;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-details-status-icon {
|
.contact-details-status-icon {
|
||||||
padding-right: 2px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact:hover {
|
.contact:hover {
|
||||||
|
Loading…
Reference in New Issue
Block a user