فهرست منبع

input fields border

Davide Alberani 8 سال پیش
والد
کامیت
b7246d5b7a
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      static/css/eventman.css

+ 4 - 0
static/css/eventman.css

@@ -16,6 +16,10 @@ a:hover {
     color: #23527c;
 }
 
+input[type=text].form-control, input[type=search].form-control {
+    border: 1px solid rgb(204, 204, 204);
+}
+
 /* fix styling for empty href */
 .nav, .pagination, .carousel, .panel-title a { cursor: pointer; }