1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-09 03:53:53 +00:00

styling the notification bar some

This commit is contained in:
Kyle Spearrin
2016-12-30 16:47:07 -05:00
parent d2ef99d1e5
commit 77aca102e6
3 changed files with 25 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ table {
.outter-table > tbody > tr > td {
padding: 0 0 0 10px;
border-bottom: 1px solid #333333;
border-bottom: 2px solid #3c8dbc;
height: 40px;
}
@@ -48,7 +48,21 @@ img {
}
#close {
width: 18px;
height: 18px;
width: 15px;
height: 15px;
display: block;
padding: 5px 0;
}
button {
background-color: #3c8dbc;
padding: 5px 15px;
border-radius: 3px;
color: #ffffff;
border: 0;
}
button:hover {
cursor: pointer;
background-color: #3681ad;
}