Commit b7c2501111291089b34779ae34dee35bced8aeda

Authored by 潘钊
1 parent 536fe3b4

允许圆角

src/main/resources/static/metronic_v4.5.4/css/components.css
... ... @@ -6,7 +6,7 @@
6 6 Rounded corners reset
7 7 ***/
8 8 /* Reset rounded corners for all elements */
9   -div,
  9 +/* div,
10 10 svg,
11 11 input,
12 12 select,
... ... @@ -26,7 +26,7 @@ pre,
26 26 li {
27 27 -webkit-border-radius: 0 !important;
28 28 -moz-border-radius: 0 !important;
29   - border-radius: 0 !important; }
  29 + border-radius: 0 !important; } */
30 30  
31 31 /* except below bootstrap elements */
32 32 .img-circle {
... ...