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