make main toolbar look a little bit more modern

This commit is contained in:
2023-02-26 09:32:08 +01:00
parent dc8a462031
commit 3a28e03b6a
5 changed files with 29 additions and 11 deletions

View File

@@ -103,6 +103,15 @@ button[disabled] .icon-inline {
background-color: #eee;
}
.icon-middle {
width: 2.5em;
height: 2.5em;
margin: 0.2em;
}
.icon-middle:hover {
background-color: #eee;
}
.icon-large {
width: 8em;
height: 8em;