mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-16 15:33:02 +01:00
HTML buttons are now handle by default CSS (and light-blue one)
This commit is contained in:
parent
443d51865f
commit
d59f8c52bb
2 changed files with 4 additions and 4 deletions
|
@ -353,7 +353,7 @@ input[type='text'].LSview_search {
|
||||||
width: 12em;
|
width: 12em;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='submit'].LSview_search {
|
input[type='submit'].LSview_search, button {
|
||||||
border: 1px solid #0072b8;
|
border: 1px solid #0072b8;
|
||||||
width: 8rem;
|
width: 8rem;
|
||||||
background-color: #0072b8;
|
background-color: #0072b8;
|
||||||
|
|
|
@ -311,7 +311,7 @@ tr.LSobject-list-bis, table.LStable tr.bis, .LSform input[type=text], .LSform in
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Dark ---- */
|
/* ---- Dark ---- */
|
||||||
li.LSform_layout_current, .LSform input[type=submit], input[type='submit'].LSview_search, ul.LSaccessRightsMatrixView_tabs li.LSaccessRightsMatrixView_active_tab {
|
li.LSform_layout_current, .LSform input[type=submit], input[type='submit'].LSview_search, button, ul.LSaccessRightsMatrixView_tabs li.LSaccessRightsMatrixView_active_tab {
|
||||||
background-color: var(--dark-color);
|
background-color: var(--dark-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -319,7 +319,7 @@ li.menu a, a.menu, h1 {
|
||||||
color: var(--dark-color);
|
color: var(--dark-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='submit'].LSview_search, input[type='text'].LSview_search, div.LSaccessRightsMatrixView_tab_content {
|
input[type='submit'].LSview_search, input[type='text'].LSview_search, button, div.LSaccessRightsMatrixView_tab_content {
|
||||||
border-color: var(--dark-color);
|
border-color: var(--dark-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -339,7 +339,7 @@ body, input, select, textarea, #status, th.LSobject-list, table.LStable th, th.L
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ---- Contrasted grey ---- */
|
/* ---- Contrasted grey ---- */
|
||||||
tr.LSobject-list:hover, table.LStable tr.bis:hover, tr.LSobject-list:hover a.LSobject-list, table.LStable tbody tr:hover a, .LSform input[type=submit], input[type='submit'].LSview_search, li.LSform_layout_current {
|
tr.LSobject-list:hover, table.LStable tr.bis:hover, tr.LSobject-list:hover a.LSobject-list, table.LStable tbody tr:hover a, .LSform input[type=submit], input[type='submit'].LSview_search, button, li.LSform_layout_current {
|
||||||
color: var(--contrasted-text-color);
|
color: var(--contrasted-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue