Styles fixes

This commit is contained in:
RainLoop Team 2015-02-16 06:32:08 +04:00
parent 4c6fd9cdd1
commit b3f3a51be6
4 changed files with 51 additions and 3 deletions

View file

@ -74,6 +74,19 @@
cursor: pointer;
opacity: 0.5;
}
&.ui-sortable-helper {
background: #F5F5F5;
border: 1px solid #DDD;
.button-delete, .delete-account {
display: none;
}
td {
border-width: 0px;
}
}
}
.identity-item {
@ -101,5 +114,18 @@
cursor: pointer;
opacity: 0.5;
}
&.ui-sortable-helper {
background: #F5F5F5;
border: 1px solid #DDD;
.button-delete, .delete-identity {
display: none;
}
td {
border-width: 0px;
}
}
}
}

View file

@ -77,9 +77,16 @@
}
&.ui-sortable-helper {
.delete-filter {
background: #F5F5F5;
border: 1px solid #DDD;
.button-delete, .delete-filter {
display: none;
}
td {
border-width: 0px;
}
}
}
}

View file

@ -66,5 +66,18 @@
cursor: pointer;
opacity: 0.5;
}
&.ui-sortable-helper {
background: #F5F5F5;
border: 1px solid #DDD;
.button-delete, .delete-template {
display: none;
}
td {
border-width: 0px;
}
}
}
}