Improve light blue CSS theme file and make it as default

This commit is contained in:
Benjamin Renard 2017-06-05 00:50:41 +02:00
parent 820b5b9da0
commit f4ec78b340

View file

@ -22,18 +22,11 @@
vertical-align: baseline; vertical-align: baseline;
} }
/* ---- Login form ---- */
div.loginform {
border: none;
background: none;
}
/* ---- Menu ---- */ /* ---- Menu ---- */
ul.menu { ul.menu {
padding: 0; padding: 0;
list-style-type: none; list-style-type: none;
border-top: 1px dotted #999; border-top: 1px dotted #7fcadb;
} }
li.menu { li.menu {
@ -42,7 +35,7 @@ li.menu {
} }
li.menu { li.menu {
border-bottom: 1px dotted #999; border-bottom: 1px dotted #7fcadb;
line-height: 20px; line-height: 20px;
padding: 2px 0 3px 0; padding: 2px 0 3px 0;
} }
@ -111,11 +104,11 @@ li.LSform_layout_active {
/* ---- Moyen ---- */ /* ---- 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; 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; border-color: #7fcadb;
} }
@ -128,13 +121,13 @@ ul.LSformElement_select_object_edit, li.LSformElement_select_object, table.LSobj
border-color: #d6edf6; 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; background-color: #d6edf6;
} }
/* ---- Fonce ---- */ /* ---- Fonce ---- */
li.LSform_layout_current { li.LSform_layout_current, .LSform input[type=submit], input[type='submit'].LSview_search {
background-color: #0097c4; background-color: #0097c4;
} }
@ -142,18 +135,22 @@ li.menu a, a.menu, h1 {
color: #0097c4; color: #0097c4;
} }
input[type='submit'].LSview_search, input[type='text'].LSview_search {
border-color: #0097c4;
}
/* ---- Gris clair ---- */ /* ---- Gris clair ---- */
a.LSsession_recoverPassword, a.LSobject-list-page, h2 { a.LSsession_recoverPassword, a.LSobject-list-page, h2 {
color: #999; color: #999;
} }
/* ---- Gris fonce ---- */ /* ---- 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; color: #4d4d4d;
} }
/* ---- Blanc ---- */ /* ---- Blanc ---- */
tr.LSobject-list:hover { tr.LSobject-list:hover, .LSform input[type=submit], input[type='submit'].LSview_search {
color: #fff; color: #fff;
} }