summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-16 12:25:13 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-05-16 12:25:13 -0400
commitf4c566ddf040f40c76ee7fd46fac34775232e4e7 (patch)
tree85c012a021d4b8d5dba7cd81cc0d1bb387b13bb9
parent3ca078f9aef1ae6383ae6dd72fca4811403aeafa (diff)
downloadaskbot-f4c566ddf040f40c76ee7fd46fac34775232e4e7.tar.gz
askbot-f4c566ddf040f40c76ee7fd46fac34775232e4e7.tar.bz2
askbot-f4c566ddf040f40c76ee7fd46fac34775232e4e7.zip
added the double >> to all tree-type items in the category selector
-rw-r--r--askbot/skins/default/media/style/style.less4
1 files changed, 3 insertions, 1 deletions
diff --git a/askbot/skins/default/media/style/style.less b/askbot/skins/default/media/style/style.less
index 49b2ab12..8fbf91c7 100644
--- a/askbot/skins/default/media/style/style.less
+++ b/askbot/skins/default/media/style/style.less
@@ -3562,11 +3562,13 @@ textarea.tipped-input {
position: relative;
color: @info-text;
}
- li.selected.tree:after {
+ li.tree:after {
content: ">>";
position: absolute;
right: 5px;
font-weight: bold;
+ }
+ li.selected.tree:after {
color: #C09853;
}
th {