diff --git a/src/main/webapp/resources/biz/common/css/index.css b/src/main/webapp/resources/biz/common/css/index.css index da9c1e06..02624b8f 100644 --- a/src/main/webapp/resources/biz/common/css/index.css +++ b/src/main/webapp/resources/biz/common/css/index.css @@ -200,8 +200,8 @@ input[data-fmt-type=time], input[data-fmt-type=day] { border: 1px solid #979797; } #popupTabs div[id^="tabs"] { - display: flex !important; - flex-wrap: wrap !important; + display: flex ; + flex-wrap: wrap ; } .gridGroup { @@ -489,33 +489,8 @@ button.btnDark { font-weight: bold; } button.btnDark .ico.fa-file-pdf { font-weight: bold; } -button.btnStrong { - height: 36px; - padding: 0 15px; - *padding: 0; - border: 1px solid #564a44; - background: #564a44; - line-height: 24px; - *line-height: 1.6em; - font-weight: bold; - color: #fff; } - button.btnStrong .ico { - font-weight: normal; - margin-right: 5px; - color: #fff; } - button.btnStrong .ico.fa-file-excel { - font-weight: bold; } - button.btnStrong .ico.fa-file-pdf { - font-weight: bold; } -button.btnSmall { - height: 15px; - padding: 0 2px; - border: 1px solid #333; - background: #f0f0ef; - line-height: 15px; - *line-height: 1.6em; - font-size: 10.8px; - letter-spacing: -0.54px; } + + .listBtn{