From b0452ca47d6af44646b1a71002261c996a65caa5 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 18 Sep 2014 00:04:49 +0200 Subject: [PATCH] add white arrows --- app/assets/images/sprite.svg | 14 ++++++++------ app/assets/stylesheets/zzz.css.erb | 16 ++++++++++++---- 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/app/assets/images/sprite.svg b/app/assets/images/sprite.svg index b2d570a41..5bef08338 100644 --- a/app/assets/images/sprite.svg +++ b/app/assets/images/sprite.svg @@ -103,15 +103,15 @@ - - - - + + + + - - + + @@ -166,5 +166,7 @@ + + \ No newline at end of file diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index de09bd532..62bc3982e 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -1132,12 +1132,20 @@ ol.tabs li { background-position: -8px -299px; } + .white.left.arrow.icon { + background-position: -16px -299px; + } + + .white.right.arrow.icon { + background-position: -24px -299px; + } + .checkbox.icon { min-height: 0; /* overwriting bootstrap */ margin: 0; /* overwriting bootstrap */ width: 10px; height: 10px; - background-position: -16px -299px; + background-position: -32px -299px; } .white.checkbox.icon { @@ -1145,19 +1153,19 @@ ol.tabs li { } :checked + .checkbox.icon { - background-position: -26px -299px; + background-position: -42px -299px; } .arrow-right.icon { width: 12px; height: 11px; - background-position: -36px -299px; + background-position: -52px -299px; } .delete.icon { width: 9px; height: 9px; - background-position: -48px -300px; + background-position: -64px -300px; } .dark.group.icon {