Browse Source

Merge pull request #599 from Llamatron2112/patch-1

Added black default color for popup buttons
pull/2/head
Raymond Hill 8 years ago
committed by GitHub
parent
commit
52ae23c598
  1. 1
      src/css/popup.css

1
src/css/popup.css

@ -104,6 +104,7 @@ body .toolbar button {
padding: 4px;
font: inherit;
background-color: white;
color: black;
opacity: 0.9;
cursor: pointer;
vertical-align: top;

Loading…
Cancel
Save