From 2263801c555c121781c297d07e6c2b556d9b5939 Mon Sep 17 00:00:00 2001 From: ekovi Date: Fri, 14 Mar 2014 12:43:38 +0100 Subject: [PATCH] Update _dark.scss {} --- src/main/webapp/sass/themes/_dark.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/webapp/sass/themes/_dark.scss b/src/main/webapp/sass/themes/_dark.scss index 109931e9..93704b67 100644 --- a/src/main/webapp/sass/themes/_dark.scss +++ b/src/main/webapp/sass/themes/_dark.scss @@ -1,3 +1,5 @@ +#theme-dark { + * { outline: 0; text-decoration: none; @@ -211,3 +213,4 @@ input[ng-model='keywords'] { #uvTab:hover { margin-bottom: 0; } +}