Search CSS
This commit is contained in:
parent
54a0ee4f29
commit
48252de9f3
3 changed files with 129 additions and 21 deletions
|
|
@ -55,6 +55,13 @@ button {
|
|||
border: 2px solid #000;
|
||||
box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.5);
|
||||
z-index: 1025;
|
||||
width: min-content;
|
||||
}
|
||||
#menu .section {
|
||||
padding: 16px 16px 0px 16px;
|
||||
font-weight: bold;
|
||||
white-space: nowrap;
|
||||
color: #c84a37;
|
||||
}
|
||||
#menu .item {
|
||||
padding: 16px;
|
||||
|
|
@ -137,7 +144,7 @@ button {
|
|||
header {
|
||||
display: grid;
|
||||
grid-area: header;
|
||||
grid-template-columns: min-content 1fr repeat(3, min-content);
|
||||
grid-template-columns: min-content 1fr repeat(4, min-content);
|
||||
align-items: center;
|
||||
padding: 8px 0px;
|
||||
color: #333c11;
|
||||
|
|
@ -161,17 +168,13 @@ header .name {
|
|||
padding-left: 16px;
|
||||
font-size: 1.25em;
|
||||
}
|
||||
header .add {
|
||||
padding-right: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
header .add img {
|
||||
cursor: pointer;
|
||||
height: 24px;
|
||||
}
|
||||
header .search,
|
||||
header .add,
|
||||
header .keys {
|
||||
padding-right: 16px;
|
||||
}
|
||||
header .search img,
|
||||
header .add img,
|
||||
header .keys img {
|
||||
cursor: pointer;
|
||||
height: 24px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue