mirror of
https://github.com/thelounge/thelounge
synced 2024-11-23 04:23:13 +00:00
Minor changes
This commit is contained in:
parent
9045b08cfa
commit
3a9065849c
1 changed files with 4 additions and 2 deletions
|
@ -438,7 +438,7 @@ button {
|
||||||
}
|
}
|
||||||
#chat,
|
#chat,
|
||||||
#windows .header {
|
#windows .header {
|
||||||
font: 12px Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
|
font: 12px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
#chat button:hover {
|
#chat button:hover {
|
||||||
|
@ -545,10 +545,12 @@ button {
|
||||||
}
|
}
|
||||||
#chat a {
|
#chat a {
|
||||||
color: #84ce88;
|
color: #84ce88;
|
||||||
|
color: #50a656;
|
||||||
}
|
}
|
||||||
#chat.no-colors .from button,
|
#chat.no-colors .from button,
|
||||||
#chat.no-colors .sidebar button {
|
#chat.no-colors .sidebar button {
|
||||||
color: #84ce88 !important;
|
color: #84ce88 !important;
|
||||||
|
color: #50a656 !important;
|
||||||
}
|
}
|
||||||
#chat .text {
|
#chat .text {
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
@ -810,7 +812,7 @@ button {
|
||||||
top: 6px;
|
top: 6px;
|
||||||
}
|
}
|
||||||
#form .input {
|
#form .input {
|
||||||
font: 12px Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
|
font: 12px Consolas, Menlo, Monaco, "Lucida Console", "DejaVu Sans Mono", "Courier New", monospace;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
margin-right: 64px;
|
margin-right: 64px;
|
||||||
|
|
Loading…
Reference in a new issue