mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-07 18:14:35 +00:00
add styles for status marker
This commit is contained in:
@@ -505,6 +505,24 @@ H4 {
|
|||||||
margin: 3px 1px 3px 1px;
|
margin: 3px 1px 3px 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.status-marker {
|
||||||
|
line-height: 10px;
|
||||||
|
border-radius: 50%;
|
||||||
|
width: 7px;
|
||||||
|
height: 7px;
|
||||||
|
display: inline-block;
|
||||||
|
margin-right: 8px;
|
||||||
|
margin-bottom: 0px;
|
||||||
|
&.status-active{
|
||||||
|
background-color: #58d5b5;
|
||||||
|
box-shadow: 0 0 6px #69fcd6;
|
||||||
|
}
|
||||||
|
&.status-inactive {
|
||||||
|
background-color: #aaaaaa;
|
||||||
|
box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.7);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@import 'ui-components/jquery-ui';
|
@import 'ui-components/jquery-ui';
|
||||||
|
Reference in New Issue
Block a user