theme: new chat input style, smaller meta messages

Match the mockup for chat input style and meta messages - gives
the input box more depth and definition, makes the meta messages
smaller and therefore more distinct and less distracting.

https://bugzilla.gnome.org/show_bug.cgi?id=640271
This commit is contained in:
Allan Day 2011-08-17 11:40:28 +01:00
parent ef8772916d
commit 68e716ae27

View File

@ -1256,7 +1256,7 @@ StTooltip StLabel {
.chat-meta-message { .chat-meta-message {
padding-left: 4px; padding-left: 4px;
border-radius: 4px; border-radius: 4px;
font-size: 10.5pt; font-size: 9pt;
color: #bbbbbb; color: #bbbbbb;
} }
@ -1268,21 +1268,28 @@ StTooltip StLabel {
#notification StEntry { #notification StEntry {
padding: 4px; padding: 4px;
border-radius: 4px; border-radius: 4px;
border: 1px solid #565656;
color: #a8a8a8; color: #a8a8a8;
background-color: #404040; selected-color: black;
caret-color: #ffffff; border: 1px solid rgba(245,245,245,0.2);
background-gradient-direction: vertical;
background-gradient-start: rgb(200,200,200);
background-gradient-end: white;
transition-duration: 300;
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
caret-color: #a8a8a8;
caret-size: 1px; caret-size: 1px;
} }
#notification StEntry:focus { #notification StEntry:focus {
border: 1px solid #3a3a3a; border: 1px solid #8b8b8b;
color: #545454; color: #545454;
background-color: #e8e8e8; background-gradient-direction: vertical;
background-gradient-start: rgb(200,200,200);
background-gradient-end: white;
caret-color: #545454; caret-color: #545454;
selection-background-color: #bcbcbc; selection-background-color: #808080;
selected-color: #323232;
box-shadow: 0px 0px 6px 2px rgba(255,255,255,0.9);
} }
/* The spacing and padding on the summary is tricky; we want to keep /* The spacing and padding on the summary is tricky; we want to keep