You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
434 B

  1. /* Copyright 2017 LasLabs Inc.
  2. License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl). */
  3. .o-user-systray-status {
  4. i {
  5. margin-top: 2px;
  6. &:hover {
  7. color: @gray-lighter;
  8. }
  9. }
  10. }
  11. .o-user-presence-dropdown {
  12. min-width: 85px;
  13. .o-user-status-select {
  14. margin-top: 2px;
  15. padding: 4px 8px;
  16. width: 100%;
  17. display: block;
  18. font-size: 13px;
  19. }
  20. }