1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 09:02:28 +01:00

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

View File

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