UNPKG

webgme

Version:

Web-based Generic Modeling Environment

40 lines (39 loc) 1.61 kB
.notification-widget ul.dropdown-menu { max-height: 60vh; overflow-y: scroll; } .notification-widget i.notification-drop-down-icon { font-size: 10px; padding-left: 25px; } .notification-widget i.notification-drop-down-icon.notification-drop-down-menu-item-success { color: green; text-shadow: 0 0 3px green; } .notification-widget i.notification-drop-down-icon.notification-drop-down-menu-item-info { color: #2e6da4; text-shadow: 0 0 3px #2e6da4; } .notification-widget i.notification-drop-down-icon.notification-drop-down-menu-item-warn { color: orange; text-shadow: 0 0 3px orange; } .notification-widget i.notification-drop-down-icon.notification-drop-down-menu-item-warning { color: orange; text-shadow: 0 0 3px orange; } .notification-widget i.notification-drop-down-icon.notification-drop-down-menu-item-error { color: #ca1e1e; text-shadow: 0 0 3px #ca1e1e; } .notification-widget a.notification-drop-down-menu-item { display: inline-block; width: calc(100% - 40px); padding-left: 5px; padding-right: 40px; font-size: 12px; max-width: 80vw; } .notification-widget a.notification-drop-down-menu-item:hover { cursor: default; background-image: none; background-color: transparent; } .notification-widget a.notification-drop-down-menu-item.notification-drop-down-menu-item-clear { cursor: pointer; position: fixed; width: auto; padding: 5px 5px 5px 5px; } .notification-widget a.notification-drop-down-menu-item.notification-drop-down-menu-item-clear:hover i.clear-all-icon { color: #b30404; }