css: add shown-because-admin class, combo specific (#17818)

This commit is contained in:
Thomas NOËL 2017-07-27 12:10:00 +02:00
parent 3189c72690
commit 657e1ace14
1 changed files with 10 additions and 0 deletions

View File

@ -429,6 +429,16 @@ ul.apps li a:hover {
border-radius: 25px;
}
/* Combo specific class */
div.cell.shown-because-admin {
opacity: 0.5;
background-image: repeating-linear-gradient(-45deg, #eee 0px, #eee 14px, transparent 15px, transparent 30px);
&:hover {
opacity: 1;
background-image: inherit;
}
}
/* footer */
div#footer {