mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Change buffer list style
This commit is contained in:
parent
a475b6d844
commit
96aab8042e
1 changed files with 14 additions and 8 deletions
22
style.css
22
style.css
|
@ -26,12 +26,24 @@ body {
|
|||
#sidebar ul {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
padding: 0;
|
||||
}
|
||||
#sidebar ul a {
|
||||
#sidebar li {
|
||||
padding: 2px 10px;
|
||||
}
|
||||
#sidebar li.active {
|
||||
background-color: #4a4a4a;
|
||||
}
|
||||
#sidebar li a {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
#sidebar li.active a {
|
||||
color: white;
|
||||
}
|
||||
#sidebar li.unread-message a {
|
||||
color: #b37400;
|
||||
}
|
||||
|
||||
#composer {
|
||||
grid-column: 2;
|
||||
|
@ -76,12 +88,6 @@ a {
|
|||
color: #4a4a4a;
|
||||
text-decoration: none;
|
||||
}
|
||||
#sidebar .active a {
|
||||
color: black;
|
||||
}
|
||||
#sidebar .unread-message a {
|
||||
font-weight: bold;
|
||||
}
|
||||
#sidebar a:hover, #sidebar a:active,
|
||||
a.timestamp:hover, a.timestamp:active,
|
||||
a.nick:hover, a.nick:active {
|
||||
|
|
Loading…
Reference in a new issue