header styling changes

This commit is contained in:
zadam 2019-11-17 11:39:06 +01:00
parent 1d5daa8dfd
commit 73a6c66379

View File

@ -59,7 +59,7 @@ body {
background-color: var(--header-background-color);
display: flex;
align-items: center;
padding: 4px;
padding-top: 4px;
}
#header button {
@ -71,14 +71,17 @@ body {
border-color: transparent !important;
}
#header button.btn-sm .bx {
position: relative;
top: 1px;
}
#header button:hover {
border-color: var(--button-border-color) !important;
}
#history-navigation {
margin: 0 15px 0 5px;
position: relative;
top: 2px;
}
#global-buttons {
@ -170,6 +173,13 @@ body {
cursor: pointer;
position: relative;
top: -1px;
border: 1px solid transparent;
padding: 2px;
border-radius: 2px;
}
.refresh-search-button:hover {
border-color: var(--button-border-color);
}
.note-title-row {