From 4205213c3c089135aa4973046ce6f5f519f9d1d2 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 2 May 2017 17:47:36 -0400 Subject: [PATCH] Make the notification icon cleaner --- public/themes/pterodactyl/css/pterodactyl.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/public/themes/pterodactyl/css/pterodactyl.css b/public/themes/pterodactyl/css/pterodactyl.css index 96a7f030e..c275c3d24 100644 --- a/public/themes/pterodactyl/css/pterodactyl.css +++ b/public/themes/pterodactyl/css/pterodactyl.css @@ -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; }