From f4ec78b340730ca919c62218c872cb4e1b04d1b6 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Mon, 5 Jun 2017 00:50:41 +0200 Subject: [PATCH] Improve light blue CSS theme file and make it as default --- public_html/css/light-blue.css | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/public_html/css/light-blue.css b/public_html/css/light-blue.css index c241adbb..651b64e9 100644 --- a/public_html/css/light-blue.css +++ b/public_html/css/light-blue.css @@ -22,18 +22,11 @@ vertical-align: baseline; } -/* ---- Login form ---- */ - -div.loginform { - border: none; - background: none; -} - /* ---- Menu ---- */ ul.menu { padding: 0; list-style-type: none; - border-top: 1px dotted #999; + border-top: 1px dotted #7fcadb; } li.menu { @@ -42,7 +35,7 @@ li.menu { } li.menu { - border-bottom: 1px dotted #999; + border-bottom: 1px dotted #7fcadb; line-height: 20px; padding: 2px 0 3px 0; } @@ -111,11 +104,11 @@ li.LSform_layout_active { /* ---- Moyen ---- */ -li.LSform_layout_active, input[type='submit'].LSview_search, tr.LSobject-list:hover, div.LSformElement_image { +li.LSform_layout_active, tr.LSobject-list:hover, div.LSformElement_image { background-color: #7fcadb; } -li.LSview-actions, div.LSform_layout, h1, input[type='submit'].LSview_search, input[type='text'].LSview_search { +li.LSview-actions, div.LSform_layout, h1 { border-color: #7fcadb; } @@ -128,13 +121,13 @@ ul.LSformElement_select_object_edit, li.LSformElement_select_object, table.LSobj border-color: #d6edf6; } -tr.LSobject-list-bis, .LSform input[type=text], .LSform input[type=file], .LSform input[type=submit], .LSform input[type=password], .LSform select, .LSform textarea, li.LSformElement_select_object_addBtn, div.LSinfosBox { +tr.LSobject-list-bis, .LSform input[type=text], .LSform input[type=file], .LSform input[type=password], .LSform select, .LSform textarea, li.LSformElement_select_object_addBtn, div.LSinfosBox { background-color: #d6edf6; } /* ---- Fonce ---- */ -li.LSform_layout_current { +li.LSform_layout_current, .LSform input[type=submit], input[type='submit'].LSview_search { background-color: #0097c4; } @@ -142,18 +135,22 @@ li.menu a, a.menu, h1 { color: #0097c4; } +input[type='submit'].LSview_search, input[type='text'].LSview_search { + border-color: #0097c4; +} + /* ---- Gris clair ---- */ a.LSsession_recoverPassword, a.LSobject-list-page, h2 { color: #999; } /* ---- Gris fonce ---- */ -#status, input[type='submit'].LSview_search, input[type='text'].LSview_search, th.LSobject-list, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, a.LSobject-list-page:hover { +#status, th.LSobject-list, input[type='text'].LSview_search, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, a.LSobject-list-page:hover { color: #4d4d4d; } /* ---- Blanc ---- */ -tr.LSobject-list:hover { +tr.LSobject-list:hover, .LSform input[type=submit], input[type='submit'].LSview_search { color: #fff; }