diff --git a/hwe/scss/bootstrap_sammo.scss b/hwe/scss/bootstrap_sammo.scss index 0f7eea82..2a7bcb18 100644 --- a/hwe/scss/bootstrap_sammo.scss +++ b/hwe/scss/bootstrap_sammo.scss @@ -5,7 +5,7 @@ } @each $colorType, $color in $nationColors { - .sam-nation-color-#{$colorType} { + .sam-color-#{$colorType} { .sam-nation-own-bgcolor{ background-color: $color; color: frontColor($color); diff --git a/hwe/scss/main.scss b/hwe/scss/main.scss index fd9bc200..8c45adc8 100644 --- a/hwe/scss/main.scss +++ b/hwe/scss/main.scss @@ -126,10 +126,8 @@ body { .commandButton { width: 100%; - height: 30px; font-weight: bold; font-size: 13px; - margin: 0; display: block; } @@ -177,10 +175,8 @@ body { .commandButton { width: 100%; - height: 30px; font-weight: bold; font-size: 13px; - margin: 0; display: block; } @@ -255,22 +251,6 @@ body { display: block; } - - -.commandButton:disabled::before { - content: '【' -} - -.commandButton:disabled::after { - content: '】' -} - -.commandButton:disabled { - background-color: transparent !important; - color: gray !important; - border-color: transparent !important; -} - .toolbarButton2 { float: left; background-color: #225500; diff --git a/hwe/templates/commandButton.php b/hwe/templates/commandButton.php index b0a1d02e..478e79e5 100644 --- a/hwe/templates/commandButton.php +++ b/hwe/templates/commandButton.php @@ -1,22 +1,22 @@
\ No newline at end of file