Commit b7c2501111291089b34779ae34dee35bced8aeda

Authored by 潘钊
1 parent 536fe3b4

允许圆角

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