From 16a8b0e2fabe3dc632ae2e8dfcf9cc7a6f0c6aaa Mon Sep 17 00:00:00 2001 From: msquare Date: Fri, 22 Dec 2017 14:21:46 +0100 Subject: type color fix for 34c3 dark theme --- public/css/theme6.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public') 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; } /*! -- cgit v1.2.3-54-g00ecf