Skip to content

Commit

Permalink
fixed tool menu
Browse files Browse the repository at this point in the history
  • Loading branch information
GodMod committed Aug 16, 2018
1 parent 41102ac commit 5e936ac
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions eqdkp_bfa.css
Expand Up @@ -2818,11 +2818,19 @@ td.hiddenSmartphone, th.hiddenSmartphone {
a.tool-item {
font-size: 18px;
font-weight: normal;
height: 34px;
line-height: 34px;
height: 20px;
line-height: 18px;
color: #000;
}

.tool-item.selected, .tool-item:hover {
background: #000;
}

.tool-container {
background: #333;
}

/* Notifications */
.bubble-red {
margin: -3px -3px 0 6px;
Expand Down

0 comments on commit 5e936ac

Please sign in to comment.