Skip to content

Instantly share code, notes, and snippets.

@awaken1ng
Last active July 22, 2017 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save awaken1ng/3ff89021b3f913254e515ae0393790af to your computer and use it in GitHub Desktop.
Save awaken1ng/3ff89021b3f913254e515ae0393790af to your computer and use it in GitHub Desktop.
/* Line Stickers fix for Full Dark theme */
/* Tested on version 0.6.6 of a plugin */
/* and version 2.0.0 of a theme */
#bda-qem button { box-shadow: unset !important; }
#bda-qem-line { border-right: 1px solid #2B2E32!important; }
#bda-qem-line-container,
#bda-qem-line-container .preview-container .preview-wrapper {
background-color: #36393e !important;
border-color: #2b2e32 !important; }
#bda-qem-line-container {
border-radius: 5px !important;
border-width: 1px !important;
box-shadow: 0 0 6px 0 rgba(0,0,0,.1) !important; }
#bda-qem-line-container .preview-container .preview-wrapper {
transform: translateX(-263px) translateY(calc(0px - var(--bd-les-height) - var(--bd-les-offset) - var(--bd-les-border-offset) - 7px)) translateZ(0px) !important;
height: calc(var(--bd-les-height) + var(--bd-les-offset) + 7px) !important; }
#bda-qem-line-container .confirm {
background-color: rgba(54, 57, 62, 0.8) !important; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment