mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
Improve light blue CSS theme file and make it as default
This commit is contained in:
parent
820b5b9da0
commit
f4ec78b340
1 changed files with 12 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue