2014-07-17 10:25:22 -04:00
|
|
|
.online-users {
|
2019-12-05 14:09:31 -05:00
|
|
|
display: flex;
|
2019-10-18 05:32:35 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
.online-user {
|
|
|
|
width: 24px;
|
|
|
|
display: inline-block;
|
|
|
|
height: 24px;
|
|
|
|
margin-right: 8px;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
text-transform: uppercase;
|
|
|
|
border-radius: 3px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2019-10-18 05:32:35 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
.online-user-multi {
|
2024-09-04 03:52:08 -04:00
|
|
|
.reset-button;
|
|
|
|
|
2021-12-14 06:00:33 -05:00
|
|
|
color: @toolbar-btn-color;
|
2019-12-05 14:09:31 -05:00
|
|
|
width: auto;
|
|
|
|
min-width: 24px;
|
|
|
|
padding-left: 8px;
|
|
|
|
padding-right: 5px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2019-10-18 05:32:35 -04:00
|
|
|
|
2019-12-05 14:09:31 -05:00
|
|
|
.dropdown-menu {
|
|
|
|
margin-right: 8px;
|
|
|
|
a {
|
|
|
|
// Override toolbar link styles
|
|
|
|
display: block;
|
|
|
|
padding: 4px 10px 5px;
|
|
|
|
margin: 1px 2px;
|
|
|
|
color: @text-color;
|
|
|
|
&:hover,
|
|
|
|
&:active {
|
|
|
|
color: @text-color!important;
|
|
|
|
background-color: @gray-lightest;
|
|
|
|
text-shadow: none;
|
|
|
|
.box-shadow(none);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-10-18 05:32:35 -04:00
|
|
|
}
|