From bf94f50a9b1a6df7afd6e1f90f84bc1399ac4075 Mon Sep 17 00:00:00 2001 From: loursbourg Date: Thu, 24 Mar 2016 14:11:35 +0100 Subject: [PATCH] update bootstrap-rtl.min.css Added #ccc to the right border in input-group addon, it was black by default. --- dist/css/bootstrap-rtl.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/css/bootstrap-rtl.css b/dist/css/bootstrap-rtl.css index 4653f89..a8e6a0e 100644 --- a/dist/css/bootstrap-rtl.css +++ b/dist/css/bootstrap-rtl.css @@ -1050,7 +1050,7 @@ th { } .input-group-addon:first-child { border-left: 0px; - border-right: 1px solid; + border-right: 1px solid #ccc; } .input-group .form-control:last-child, .input-group-addon:last-child, @@ -1479,4 +1479,4 @@ th { .pull-left.flip { float: right !important; } -/*# sourceMappingURL=bootstrap-rtl.css.map */ \ No newline at end of file +/*# sourceMappingURL=bootstrap-rtl.css.map */