Skip to content

Commit

Permalink
The bug in Delete button is fixed. (closes issue #67)
Browse files Browse the repository at this point in the history
  • Loading branch information
alenoosh committed Aug 23, 2015
1 parent 908c024 commit a230c72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 31 deletions.
19 changes: 0 additions & 19 deletions public/css/global.less
Original file line number Diff line number Diff line change
Expand Up @@ -251,37 +251,18 @@ li:hover{
{
a{
text-decoration: none;
transition:all ease 250ms;
&:hover{
transform: scale(1.2,1.2);
-webkit-transform: scale(1.2,1.2);
}
}
.icomoon
{
font-size: 22px;
text-decoration: none;
transition:all ease 250ms;


}
tr{
transition:all ease 250ms;
}
tr:nth-child(even) {background: #f5f5f5}
tr:hover{
border-color:#777;
}
}

.btn
{
transition: all ease 250ms;
}




/* Smartphones (portrait) ----------- */
/* @screen-xs is Deprecated as of v3.0.1 Bootstrap ----------- */
@media(max-width:767px){
Expand Down
12 changes: 0 additions & 12 deletions public/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -7800,29 +7800,17 @@ body {
/*-------------- zofe rapyd => crud --------------------*/
.table a {
text-decoration: none;
transition: all ease 250ms;
}
.table a:hover {
transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
}
.table .icomoon {
font-size: 22px;
text-decoration: none;
transition: all ease 250ms;
}
.table tr {
transition: all ease 250ms;
}
.table tr:nth-child(even) {
background: #f5f5f5;
}
.table tr:hover {
border-color: #777;
}
.btn {
transition: all ease 250ms;
}
/* Smartphones (portrait) ----------- */
/* @screen-xs is Deprecated as of v3.0.1 Bootstrap ----------- */
@media (max-width: 767px) {
Expand Down

0 comments on commit a230c72

Please sign in to comment.