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:
parent
ef8772916d
commit
68e716ae27
@ -1256,7 +1256,7 @@ StTooltip StLabel {
|
||||
.chat-meta-message {
|
||||
padding-left: 4px;
|
||||
border-radius: 4px;
|
||||
font-size: 10.5pt;
|
||||
font-size: 9pt;
|
||||
color: #bbbbbb;
|
||||
}
|
||||
|
||||
@ -1268,21 +1268,28 @@ StTooltip StLabel {
|
||||
#notification StEntry {
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #565656;
|
||||
color: #a8a8a8;
|
||||
background-color: #404040;
|
||||
caret-color: #ffffff;
|
||||
selected-color: black;
|
||||
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;
|
||||
}
|
||||
|
||||
#notification StEntry:focus {
|
||||
border: 1px solid #3a3a3a;
|
||||
border: 1px solid #8b8b8b;
|
||||
color: #545454;
|
||||
background-color: #e8e8e8;
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: rgb(200,200,200);
|
||||
background-gradient-end: white;
|
||||
|
||||
caret-color: #545454;
|
||||
selection-background-color: #bcbcbc;
|
||||
selected-color: #323232;
|
||||
box-shadow: 0px 0px 6px 2px rgba(255,255,255,0.9);
|
||||
selection-background-color: #808080;
|
||||
}
|
||||
|
||||
/* The spacing and padding on the summary is tricky; we want to keep
|
||||
|
Loading…
Reference in New Issue
Block a user