16 строки
456 B
CSS
16 строки
456 B
CSS
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#statusAvailable {
|
|
list-style-image: url('chrome://chat/skin/available-16.png');
|
|
}
|
|
|
|
#statusUnavailable {
|
|
list-style-image: url('chrome://chat/skin/away-16.png');
|
|
}
|
|
|
|
#statusOffline {
|
|
list-style-image: url('chrome://chat/skin/offline-16.png');
|
|
}
|