Skip to content

Instantly share code, notes, and snippets.

@keithcurtis1
Created August 4, 2022 18:17
Show Gist options
  • Save keithcurtis1/1a3796a688ae022f431de10db3cdd619 to your computer and use it in GitHub Desktop.
Save keithcurtis1/1a3796a688ae022f431de10db3cdd619 to your computer and use it in GitHub Desktop.
Quick forum tweaks for Roll20
/* categories */
.chosen-choices {
position: absolute !important;
max-height: 27px;
top: -14px;
-webkit-transition: all .25s linear;
}
.chosen-choices:hover, .chosen-choices:active {
max-height: inherit;
-webkit-transition: all .25s linear;
}
.chosen-drop {
top: 12px !important;
}
.topbar .simple.notifications {
width: 600px;
}
.postlisting .meta strong#new-post-text {
background-color:#008acf;
padding-left: 5px;
padding-right: 5px;
border-radius:10px;
color:white;
}
/* Link color */
.forum a {
color: #008acf;
}
.forum .posts .postcontent a {
color: #008acf !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment