Make the notification icon cleaner

This commit is contained in:
Dane Everitt 2017-05-02 17:47:36 -04:00
parent 45ae422e31
commit 4205213c3c
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
1 changed files with 5 additions and 6 deletions

View File

@ -258,13 +258,12 @@ span[aria-labelledby="select2-pUserId-container"] {
.terminal-notify { .terminal-notify {
position: absolute; position: absolute;
right: 10px; right: 27px;
bottom: 10px; bottom: 10px;
/* Browsers usually have a 17px scrollbar which is visible in the terminal */ padding: 3.5px 7px;
padding: 7px 24px 7px 7px; border-radius: 3px 3px 0 0;
border-top-left-radius: 3px; background: #ccc;
background: white; color: #000;
color: black;
opacity: .5; opacity: .5;
cursor: pointer; cursor: pointer;
} }