Skip to content

Commit

Permalink
Update stylesheet for better custom theme integration (e.g. Ubuntu)
Browse files Browse the repository at this point in the history
  • Loading branch information
pulb committed Oct 29, 2017
1 parent acade08 commit e2f18e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
}

.menu-item-box {
background-color: #454c4c;
background-color: rgba(255, 255, 255, 0.05);
padding:6px;
border-radius: 4px;
spacing: 12px;
Expand All @@ -37,7 +37,7 @@

.menu-item-box:hover,
.menu-item-box:focus {
background-color: #5d6767;
background-color: rgba(255, 255, 255, 0.12);
}

.account-group-label {
Expand Down Expand Up @@ -71,7 +71,7 @@
}

.overflow-badge {
color:#393f3f;
color: #393f3f;
background-color: #59594f; /*#8e8e80;*/
font-size: small;
padding: 0em 0.4em 0em 0.4em;
Expand All @@ -81,4 +81,4 @@
.avatar {
border-radius: 4px;
background-size:contain;
}
}

0 comments on commit e2f18e6

Please sign in to comment.