From c4094405a5952d188d970bb2876052f9ee91088b Mon Sep 17 00:00:00 2001 From: Vidjil Team Date: Wed, 25 Nov 2015 12:03:25 +0100 Subject: [PATCH] css: styling --- browser/css/dark.css | 9 +++++---- browser/css/light.css | 9 +++++---- browser/css/vidjil.less | 15 +++++++++------ 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/browser/css/dark.css b/browser/css/dark.css index 70abda848..4383b1fee 100644 --- a/browser/css/dark.css +++ b/browser/css/dark.css @@ -732,14 +732,15 @@ span .substitution { left: -webkit-calc(50% - 250px); left: calc(50% - 250px); } -.popup_container a { - text-decoration: none; - font-weight: bold; +/* Main style for + Used in particular in .popup_container, on login screen, in news, in links to results (for patient list and patient info) */ +a { color: #839496; } -.popup_container a:hover { +a:hover { color: #fdf6e3; } +/* ----------------- */ .data-container, .info-container { z-index: 3; diff --git a/browser/css/light.css b/browser/css/light.css index 3cc89a449..465f8fdab 100644 --- a/browser/css/light.css +++ b/browser/css/light.css @@ -732,14 +732,15 @@ span .substitution { left: -webkit-calc(50% - 250px); left: calc(50% - 250px); } -.popup_container a { - text-decoration: none; - font-weight: bold; +/* Main style for + Used in particular in .popup_container, on login screen, in news, in links to results (for patient list and patient info) */ +a { color: #657b83; } -.popup_container a:hover { +a:hover { color: #002b36; } +/* ----------------- */ .data-container, .info-container { z-index: 3; diff --git a/browser/css/vidjil.less b/browser/css/vidjil.less index 31a9f912c..106c89771 100644 --- a/browser/css/vidjil.less +++ b/browser/css/vidjil.less @@ -879,15 +879,18 @@ span .substitution{ left: calc(~"50% - 250px"); } -.popup_container a { - text-decoration: none; - font-weight: bold; - color: @default ; + +/* Main style for + Used in particular in .popup_container, on login screen, in news, in links to results (for patient list and patient info) */ + +a { + color: @default; } -.popup_container a:hover{ - color : @select; +a:hover { + color: @select; } +/* ----------------- */ .data-container, .info-container{ z-index:3; -- GitLab