Skip to content

Commit 4205213

Browse files
committed
Make the notification icon cleaner
1 parent 45ae422 commit 4205213

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

public/themes/pterodactyl/css/pterodactyl.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,12 @@ span[aria-labelledby="select2-pUserId-container"] {
258258

259259
.terminal-notify {
260260
position: absolute;
261-
right: 10px;
261+
right: 27px;
262262
bottom: 10px;
263-
/* Browsers usually have a 17px scrollbar which is visible in the terminal */
264-
padding: 7px 24px 7px 7px;
265-
border-top-left-radius: 3px;
266-
background: white;
267-
color: black;
263+
padding: 3.5px 7px;
264+
border-radius: 3px 3px 0 0;
265+
background: #ccc;
266+
color: #000;
268267
opacity: .5;
269268
cursor: pointer;
270269
}

0 commit comments

Comments
 (0)