From a6476f01c9286460b208b4014f2496cc39f73bcf Mon Sep 17 00:00:00 2001 From: Skysplit Date: Thu, 23 Jan 2014 16:55:58 +0100 Subject: [PATCH] Fixed colors repeating in items Switched positions of teal and purple color --- src/views/item.less | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) mode change 100755 => 100644 src/views/item.less diff --git a/src/views/item.less b/src/views/item.less old mode 100755 new mode 100644 index 62ce932ec..b227faa9e --- a/src/views/item.less +++ b/src/views/item.less @@ -260,24 +260,24 @@ color: rgba(0, 0, 0, 0.5); } -.ui.items .item:nth-of-type(n+1):hover { +.ui.items .item:nth-of-type(6n+1):hover { border-bottom-color: #6ECFF5 !important; } -.ui.items .item:nth-of-type(n+2):hover { +.ui.items .item:nth-of-type(6n+2):hover { border-bottom-color: #5C6166 !important; } -.ui.items .item:nth-of-type(n+3):hover { +.ui.items .item:nth-of-type(6n+3):hover { border-bottom-color: #A1CF64 !important; } -.ui.items .item:nth-of-type(n+4):hover { +.ui.items .item:nth-of-type(6n+4):hover { border-bottom-color: #D95C5C !important; } -.ui.items .item:nth-of-type(n+5):hover { - border-bottom-color: #564F8A !important; -} -.ui.items .item:nth-of-type(n+6):hover { +.ui.items .item:nth-of-type(6n+5):hover { border-bottom-color: #00B5AD !important; } +.ui.items .item:nth-of-type(6n+6):hover { + border-bottom-color: #564F8A !important; +} /*******************************