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.
|
.rooms { |
|
background-color: alpha(@borders, 0.25); |
|
} |
|
|
|
.rooms:selected { |
|
color: white; |
|
background-color: @theme_selected_bg_color; |
|
} |
|
|
|
.full-separator { |
|
margin-top: 0px; |
|
margin-bottom: 0px; |
|
}
|
|
|