mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-25 04:40:57 +00:00
Transferred the Online/Offline indicators from zdoom_blue_v3. Credits to Caligari87.
This commit is contained in:
parent
6d436cdd0d
commit
feb0e9a602
1 changed files with 15 additions and 1 deletions
|
@ -700,8 +700,22 @@ fieldset.polls dd div {
|
|||
color: #a2a2a3;
|
||||
}
|
||||
|
||||
.online {
|
||||
/*.online {
|
||||
background-image: url("{IMG_ICON_USER_ONLINE_SRC}");
|
||||
} */
|
||||
|
||||
.online {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
.online .postprofile::after {
|
||||
border-bottom: solid 2px #0082c8;
|
||||
content: "Online";
|
||||
}
|
||||
|
||||
.offline .postprofile::after {
|
||||
border-bottom: solid 2px #363d42;
|
||||
content: "Offline";
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue