Browse Source

Override form-control class to increase its border radius

Talha Mansoor 10 years ago
parent
commit
19184aba74
1 changed files with 5 additions and 0 deletions
  1. 5 0
      static/css/elegant.less

+ 5 - 0
static/css/elegant.less

@@ -29,6 +29,11 @@ h1, h2, h3, h4, h5, h6 {
     }
 }
 
+.form-control {
+    &:extend(.form-control);
+    border-radius: 15px;
+}
+
 .page-header {
     &:extend(.page-header);
     color: @page-header-color;