Created
April 26, 2018 14:14
-
-
Save bwinton/c5162a0186cabab8b2a917c4cba2ac13 to your computer and use it in GitHub Desktop.
LimeChat-ish styles for irccloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::-webkit-scrollbar-thumb, | |
::-webkit-scrollbar-track-piece { | |
background-color: transparent !important; | |
} | |
::-webkit-scrollbar-thumb { | |
border-radius: 4px; | |
} | |
div#sidebarwrapper:hover ::-webkit-scrollbar-thumb, | |
div.buffermain:hover ::-webkit-scrollbar-thumb { | |
background-color: #d1d2d3 !important; | |
} | |
div.memberwrapper:hover::-webkit-scrollbar-thumb { | |
background-color: #b5b5b5 !important; | |
} | |
div#sidebarwrapper { | |
background-color: #dfe3e9 !important; | |
border: none !important; | |
box-shadow: none !important; | |
padding: 0; | |
} | |
.bufferList h2 span.buffer { | |
background-color: #dfe3e9 !important; | |
border-color: #dfe3e9 !important; | |
border-radius: 0 !important; | |
box-shadow: none !important; | |
} | |
.bufferList .active span.buffer { | |
color: #333333 !important; | |
} | |
.bufferList .active.selected span.buffer { | |
background: linear-gradient(#c0cfed, #869ec9) !important; | |
border-color: #dfe3e9 !important; | |
border-radius: 0; | |
color: #333333 !important; | |
} | |
.bufferList .active.unread span.buffer { | |
border-color: #dfe3e9 !important; | |
color: #5d8eac !important; | |
font-weight: 400 !important; | |
} | |
.accountMenu__button { | |
background-color: #dfe3e9 !important; | |
box-shadow: none !important; | |
} | |
div.memberwrapper { | |
background-color: #dfe3e9 !important; | |
} | |
.extras span.extrasBar { | |
background-color: #dfe3e9 !important; | |
color: #333333 !important; | |
} | |
.extras span.extrasDismiss { | |
background-color: #dfe3e9 !important; | |
color: #333333 !important; | |
text-decoration: underline !important; | |
} | |
.bufferHead { | |
background-color: #dfe3e9 !important; | |
} | |
.bufferstatus .bufferOptions, .bufferstatus div.status p.buttons { | |
color: #5d8eac !important; | |
} | |
.bufferHead a { | |
color: #5d8eac !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment