#watcherButton::before { /* content: '\e065'; */ margin-right: 0.25em; } /* .watchButton::before { content: '\e065'; } */ #watcherButton { cursor: pointer; } .watchButton { cursor: pointer; margin-right: 5px; } /* #closeWatcherMenuButton::before, .close-btn::before, .watchedCellCloseButton::before { content: '\e0db'; } */ .watchedCell { display: table; width: 100%; } .watchedCellLabel { display: table-cell; width: 90%; } .watchedNotification::before { /* font-family: 'Icons'; content: '\e0D8'; */ margin-left: 0.25em; color: #A00; } #watchedMenu { position: fixed; right: 100px; top: 25px; z-index: 100; background-color: #EEF2FF; } #watchedMenu > label { width: 100%; min-width: 180px; background-color: #d6daf0; margin: 0; } #watchedMenu span { background-color: #d6daf0; float: right; } /* contributed */ #closeWatcherMenuButton { cursor: pointer; } .watchedCellCloseButton { cursor: pointer; } #watchedMenu { padding: 5px; border: 1px solid rgba(52, 52, 92, 1); border-radius: 2px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15); } #watchedMenu > label { padding: 2px 0; } .watchedCellLabel { font-size: 0.8em; }