Skip to content

Commit

Permalink
now coloring tooltips!
Browse files Browse the repository at this point in the history
also removed help button hiding since it was moved to a better pos
  • Loading branch information
din0s committed Apr 8, 2016
1 parent 2f6fe24 commit c5186f2
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions nova.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Please do not redistribute without permission.
* Thank you, and enjoy!
*
* VERSION: 3.18
* VERSION: 4.8
*
*/

Expand Down Expand Up @@ -77,11 +77,6 @@ li.active .guild-inner {
opacity: .15;
}

/*Help button*/
.help-container {
display: none;
}

/*Guild name*/
.guild-header span {
text-shadow: 1px 1.35px 1.5px #808;
Expand Down Expand Up @@ -210,6 +205,20 @@ li.channel.channel-text.selected {
font-size: 16px;
}

/*Tooltips*/
.tooltip {
background:#06c;
color: #fff;
}

.tooltip.tooltip-right:after {
border-right-color:#06c;
}

.tooltip.tooltip-top:after {
border-top-color:#06c;
}

/*Info links*/
.links {
display: none;
Expand Down

0 comments on commit c5186f2

Please sign in to comment.