Skip to content

Instantly share code, notes, and snippets.

@Ovyerus
Created December 11, 2016 00:17
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 Ovyerus/5574873c0725a8600150b5d963b20dcc to your computer and use it in GitHub Desktop.
Save Ovyerus/5574873c0725a8600150b5d963b20dcc to your computer and use it in GitHub Desktop.
/* Account Panel */
.account .btn-mute, .account .btn-deafen, .account .btn-settings {
border: none;
box-shadow: none;
transition: background-color 0.2s;
}
.account .btn-group {
border-radius: 50px;
}
.account .btn-mute {
border-radius: 50px 0 0 50px;
}
.account .btn-settings {
border-radius: 0 50px 0 0 50px;
}
.account .btn-mute:hover, .account .btn-deafen:hover, .account .btn-settings:hover {
background-color: #23272A;
}
/* Voice Panel */
#voice-connection .btn-group {
border-radius: 50px;
}
#voice-connection .btn-info, #voice-connection .btn-disconnect {
border: none;
box-shadow: none;
transition: background-color 0.2s;
}
#voice-connection .btn-info:hover, #voice-connection .btn-disconnect:hover {
background-color: #23272A;
}
@AbdullahiAA
Copy link

Cool

@yemper
Copy link

yemper commented Sep 9, 2017

Looks awesome man.

@player2I0
Copy link

how to use it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment