Skip to content

Commit a230c72

Browse files
committed
The bug in Delete button is fixed. (closes issue #67)
1 parent 908c024 commit a230c72

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

public/css/global.less

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -251,37 +251,18 @@ li:hover{
251251
{
252252
a{
253253
text-decoration: none;
254-
transition:all ease 250ms;
255-
&:hover{
256-
transform: scale(1.2,1.2);
257-
-webkit-transform: scale(1.2,1.2);
258-
}
259254
}
260255
.icomoon
261256
{
262257
font-size: 22px;
263258
text-decoration: none;
264-
transition:all ease 250ms;
265-
266-
267-
}
268-
tr{
269-
transition:all ease 250ms;
270259
}
271260
tr:nth-child(even) {background: #f5f5f5}
272261
tr:hover{
273262
border-color:#777;
274263
}
275264
}
276265

277-
.btn
278-
{
279-
transition: all ease 250ms;
280-
}
281-
282-
283-
284-
285266
/* Smartphones (portrait) ----------- */
286267
/* @screen-xs is Deprecated as of v3.0.1 Bootstrap ----------- */
287268
@media(max-width:767px){

public/css/styles.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7800,29 +7800,17 @@ body {
78007800
/*-------------- zofe rapyd => crud --------------------*/
78017801
.table a {
78027802
text-decoration: none;
7803-
transition: all ease 250ms;
7804-
}
7805-
.table a:hover {
7806-
transform: scale(1.2, 1.2);
7807-
-webkit-transform: scale(1.2, 1.2);
78087803
}
78097804
.table .icomoon {
78107805
font-size: 22px;
78117806
text-decoration: none;
7812-
transition: all ease 250ms;
7813-
}
7814-
.table tr {
7815-
transition: all ease 250ms;
78167807
}
78177808
.table tr:nth-child(even) {
78187809
background: #f5f5f5;
78197810
}
78207811
.table tr:hover {
78217812
border-color: #777;
78227813
}
7823-
.btn {
7824-
transition: all ease 250ms;
7825-
}
78267814
/* Smartphones (portrait) ----------- */
78277815
/* @screen-xs is Deprecated as of v3.0.1 Bootstrap ----------- */
78287816
@media (max-width: 767px) {

0 commit comments

Comments
 (0)