mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Fix td width change on selection
This commit is contained in:
parent
05a36cbc24
commit
462290c78d
@ -779,12 +779,10 @@ tbody tr.contact.active, tbody tr.contact:hover {
|
||||
vertical-align: top;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#contactlist tr > td {
|
||||
#contactlist tbody > tr > td {
|
||||
min-width: 80px;
|
||||
line-height: 50px;
|
||||
}
|
||||
#contactlist:not(.multiselect) tr > td {
|
||||
max-width: 250px;
|
||||
line-height: 50px;
|
||||
}
|
||||
#contactlist tbody > tr > td.name > input[type=checkbox]:first-child:not(.toggle) {
|
||||
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; filter:alpha(opacity=0); opacity:0;
|
||||
|
Loading…
Reference in New Issue
Block a user