Remove outlines from console and terminalmenu buttons

This commit is contained in:
Kristóf Tóth 2018-05-31 11:01:51 +02:00
parent b8161194d7
commit 2bf68b1500
2 changed files with 2 additions and 0 deletions

View File

@ -12,4 +12,5 @@
color: white;
padding: 0 8px 8px 8px;
font-size: small;
outline: none;
}

View File

@ -98,6 +98,7 @@
border: none;
color: gray;
cursor: pointer;
outline: none;
}
.selected {