"More air around action buttons"
This commit is contained in:
parent
d689ae790c
commit
4ff95ba727
@ -193,14 +193,12 @@ input.refresh,
|
||||
input.save,
|
||||
input.search,
|
||||
input.trash {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border-radius: 2px;
|
||||
border-style: none;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
||||
input.add:hover,
|
||||
@ -211,31 +209,50 @@ input.refresh:hover,
|
||||
input.save:hover,
|
||||
input.search:hover,
|
||||
input.trash:hover {
|
||||
border-color: var(--text-color);
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
background-color: var(--coloured-bg);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input.add {
|
||||
background: var(--add_icon);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
input.edit {
|
||||
background: var(--edit_icon);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
input.login {
|
||||
background: var(--login_icon);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
input.logout {
|
||||
background: var(--logout_icon);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
input.refresh {
|
||||
background: var(--refresh_icon);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
input.save {
|
||||
background: var(--save_icon);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
input.search {
|
||||
background: var(--search_icon);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
input.trash {
|
||||
background: var(--trash_icon);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user