summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-12-22 14:21:46 +0100
committermsquare <msquare@notrademark.de>2017-12-22 14:21:46 +0100
commit16a8b0e2fabe3dc632ae2e8dfcf9cc7a6f0c6aaa (patch)
treeac3376969087cc4c9b8bccf11fbc3dd937ceb863 /public
parent81b4e9d2bc00e9e24564a0c0bd0bcfa159b84e83 (diff)
type color fix for 34c3 dark theme
Diffstat (limited to 'public')
-rw-r--r--public/css/theme6.css3
1 files changed, 2 insertions, 1 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;
}
/*!