mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-24 20:31:04 +00:00
- Changed color of vertical line next to profile info in PM screen.
This commit is contained in:
parent
8a008823c8
commit
ccd3b93872
1 changed files with 2 additions and 2 deletions
|
@ -675,7 +675,7 @@ fieldset.polls dd div {
|
|||
}
|
||||
|
||||
.rtl .pollbar5 {
|
||||
border-left-color: #535353;00
|
||||
border-left-color: #535353;
|
||||
}
|
||||
|
||||
/* Poster profile block
|
||||
|
@ -691,7 +691,7 @@ fieldset.polls dd div {
|
|||
}
|
||||
|
||||
.pm .postprofile {
|
||||
border-left-color: #DDDDDD;
|
||||
border-left-color: #7ca1bf;
|
||||
}
|
||||
|
||||
.rtl .pm .postprofile {
|
||||
|
|
Loading…
Reference in a new issue