diff options
author | msquare <msquare@notrademark.de> | 2017-12-22 14:21:46 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2017-12-22 14:21:46 +0100 |
commit | 16a8b0e2fabe3dc632ae2e8dfcf9cc7a6f0c6aaa (patch) | |
tree | ac3376969087cc4c9b8bccf11fbc3dd937ceb863 | |
parent | 81b4e9d2bc00e9e24564a0c0bd0bcfa159b84e83 (diff) |
type color fix for 34c3 dark theme
-rw-r--r-- | public/css/theme6.css | 3 | ||||
-rw-r--r-- | themes/theme6.less | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/public/css/theme6.css b/public/css/theme6.css index 37fc9ed8..7b5a51e8 100644 --- a/public/css/theme6.css +++ b/public/css/theme6.css @@ -21,7 +21,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ -.label.label-warning { +.label.label-warning, +.progress-bar.progress-bar-warning { color: #000; } /*! diff --git a/themes/theme6.less b/themes/theme6.less index 9c8b2080..b4890601 100644 --- a/themes/theme6.less +++ b/themes/theme6.less @@ -44,7 +44,7 @@ THE SOFTWARE. @brand-warning: rgb(255, 255, 51); @brand-danger: rgb(255, 102, 0); -.label.label-warning { +.label.label-warning, .progress-bar.progress-bar-warning { color: #000; } |