Make the notification icon cleaner
This commit is contained in:
parent
45ae422e31
commit
4205213c3c
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue