[MTELEHARA-6] update hamoir theme with lock

This commit is contained in:
Nicolas Selva 2021-02-25 12:34:17 +01:00
parent d0ed588965
commit 2f60bbcd5d
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
@charset "UTF-8";
/* Print a lock behind required authentication forms*/
#columns .wcsformsofcategorycell ul li.required-authentication a{
width:auto;
display:inline-block;
background-image: url("images/form_lock.svg");
background-size: 10px 10px;
background-attachement: fixed;
background-position: right center;
background-repeat: no-repeat;
}