/* * Do not remove the @namespace line - required for correct functioning */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */ /* HEUTE im Kalender mit rotem 2px Rahmen hervorheben */ .calendar-month-day-box-current-month[relation="today"], .calendar-month-day-box-day-off[relation="today"], .calendar-month-day-box-other-month[relation="today"] { border: 2px solid red !important; } /* VERFASSEN Button einfärben - grüne Schrift mit grünem Rahmen */ #button-newmsg { border:2px solid green !important; background-color:rgba(0, 101, 4, 0.1); color:#006504 !important; font-weight: 700 !important; } /* Sicherheit-Button mit Rahmen hervorheben #button-security { border:1px solid black !important; }*/ /* Kalendereinräge verkleinern/anpassen */ .calendar-event-box-container { height: 16px !important; font-size: 11px !important; } /* Farbe letzter und kommender Monat in Monatsansicht */ .calendar-month-day-box-other-month[relation="past"], .calendar-month-day-box-other-month[relation="future"] { background: #e1e1e1 !important; } /* Farbe letzter und kommender Monat in Monatsansicht Label */ .calendar-month-day-box-other-month .calendar-month-day-box-date-label[relation="past"], .calendar-month-day-box-other-month .calendar-month-day-box-date-label[relation="future"] { background: #c3c3c3 !important; } /* Kalendertag "selektierter Tag" */ .calendar-month-day-box-current-month[selected="true"], .calendar-month-day-box-day-off[selected="true"], .calendar-month-day-box-other-month[selected="true"] { background-color: #fdfddb !important; } /* Bereiche-Symbolleiste Adressbuch Button ausblenden (auf- & zugeklappt) */ #spacesPopupButtonAddressBook.menuitem-iconic.spaces-popup-menuitem, #addressBookButton.spaces-toolbar-button { display: none !important; } /* Terminbalken teilweise in Kategoriefarbe */ .calendar-category-box { appearance: none !important; width: 40% !important; } /* Kalenderschrift anpassen .calendar-event-box-container { font-family: Verdana, Arial, Sans Serif !important; font-weight: normal !important; color:#007; } */