From c0398cc8d6bfce125e65fc5fc521529e80b7845b Mon Sep 17 00:00:00 2001 From: Gena Date: Sun, 14 Jun 2015 00:01:17 +0600 Subject: [PATCH] no message --- batiskaf/templates/jinja2/base.jinja | 2 +- static/less/_.css | 3 +++ static/less/_.less | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/batiskaf/templates/jinja2/base.jinja b/batiskaf/templates/jinja2/base.jinja index 03c4d54..60cdda8 100644 --- a/batiskaf/templates/jinja2/base.jinja +++ b/batiskaf/templates/jinja2/base.jinja @@ -12,7 +12,7 @@ - + diff --git a/static/less/_.css b/static/less/_.css index 309294a..05f5dc4 100644 --- a/static/less/_.css +++ b/static/less/_.css @@ -776,6 +776,9 @@ hr.dashed { height: 20px; padding: 0 10px; } +.category-paginator select { + color: black; +} .category-items { margin: 0; } diff --git a/static/less/_.less b/static/less/_.less index b2d8b21..6606ec6 100644 --- a/static/less/_.less +++ b/static/less/_.less @@ -604,6 +604,9 @@ hr.dashed { height: 20px; padding: 0 10px; } + select{ + color:black; + } } .category-items {