tr4656 / SGUserstyle

A dark userstyle script for steamgifts.
GNU General Public License v2.0
0 stars 0 forks source link

Steamgifts+ new replies blue border not shown #7

Closed SquishedPotatoe closed 5 years ago

SquishedPotatoe commented 11 years ago

Here is what i have done for this issue.

Changed .discussions .body, .comment.child .child_container

.discussions .body, .comment.child .child_container { background: #222 !important; background-color: #222 !important; color: #ff7 !important; // border: 1px solid #444 !important; border:none; border-radius: 5px; }

Removed second .discussions .body, .comment.child .child_container

.discussions .body, .comment.child .child_container { border-left: 1px solid #444; border-right: 1px solid #444; border:none !important; border-radius: 1px; }

Not part of the problem but added border radius to match replies

.comment.parent { background: #222; border-radius: 5px; }