Skip to content

Commit acf7005

Browse files
committed
Fix staging less/css
1 parent 1aa3ba1 commit acf7005

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

administrator/templates/isis/css/template-rtl.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10058,3 +10058,10 @@ a.grid_true {
1005810058
border-right: 0;
1005910059
border-left: 1px solid rgba(0,0,0,0.08);
1006010060
}
10061+
.btn-group > .btn:first-child,
10062+
.radio.btn-group > label:first-of-type {
10063+
margin-left: 0;
10064+
-webkit-border-radius: 0 4px 4px 0;
10065+
-moz-border-radius: 0 4px 4px 0;
10066+
border-radius: 0 4px 4px 0;
10067+
}

administrator/templates/isis/less/template-rtl.less

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,4 +433,10 @@ a.grid_true {
433433
}
434434
}
435435
}
436-
}
436+
}
437+
438+
.btn-group > .btn:first-child,
439+
.radio.btn-group > label:first-of-type {
440+
margin-left: 0;
441+
.border-radius(0 4px 4px 0);
442+
}

0 commit comments

Comments
 (0)