Highlight listmenu button when focused + better button style

pull/5480/merge
Thomas Bruederli 7 years ago
parent 253aac5d9e
commit cfc8b60fde

@ -1400,15 +1400,20 @@ div.message-partheaders .headers-table td.header {
}
.widescreen #messagelistheader .listmenu {
margin-right: 10px;
margin-right: 8px;
vertical-align: middle;
line-height: 22px;
width: 26px;
line-height: 24px;
width: 28px;
padding: 0;
text-indent: -5000px;
overflow: hidden;
display: inline-block;
background: url(images/listicons.png) 0 -2330px no-repeat;
background: url(images/listicons.png) 0 -2328px no-repeat;
}
.widescreen #messagelistheader .listmenu:focus {
background-color: rgba(128,128,128,0.55);
outline: none;
}
.widescreen #countcontrols {

@ -110,12 +110,11 @@ label input + span {
input.button {
display: inline-block;
margin: 0 2px;
padding: 2px 5px;
padding: 4px 8px;
color: #525252;
border: 1px solid #c0c0c0;
border-radius: 4px;
background: #f7f7f7;
box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3);
text-decoration: none;
outline: none;
}

Loading…
Cancel
Save