mow-toolbox.css 2.3 KB

1
  1. .GeoGebraFrame .toolboxMow{position:absolute;top:50%;width:48px;transform:translateY(-50%);border-radius:36px;padding:8px;box-shadow:0px 2px 24px -1px rgba(133,132,138,.1411764706);background-color:#fff;z-index:51}.GeoGebraFrame .toolboxMow.leftAligned{left:16px}.GeoGebraFrame .toolboxMow.withTopBar{transform:translateY(calc(-50% + 24px))}.GeoGebraFrame .toolboxMow .divider{height:1px;margin:8px 0 7px;background-color:#e6e6eb}.GeoGebraFrame .colorPalette{width:180px;height:72px}.GeoGebraFrame .colorPalette.disabled .colorButton{opacity:.36;cursor:default}.GeoGebraFrame .colorPalette.disabled .colorButton:hover{background:none}.GeoGebraFrame .colorPalette.disabled .colorButton.customColor:hover .imageHolder{background:none}.GeoGebraFrame .colorPalette .colorButton{display:inline-flex;width:36px;height:36px;background:#fff;border-radius:50%;cursor:pointer}.GeoGebraFrame .colorPalette .colorButton .colorBg,.GeoGebraFrame .colorPalette .colorButton .imageHolder{width:32px;height:32px;margin:2px;border-radius:50%}.GeoGebraFrame .colorPalette .colorButton .checkmark,.GeoGebraFrame .colorPalette .colorButton .plus{visibility:hidden;position:absolute;padding:9px}.GeoGebraFrame .colorPalette .colorButton.selected .checkmark{visibility:visible}.GeoGebraFrame .colorPalette .colorButton.white .colorBg{border:1px solid #d1d0d6;box-sizing:border-box}.GeoGebraFrame .colorPalette .colorButton:hover{background:#f3f2f7}.GeoGebraFrame .colorPalette .colorButton.customColor .imageHolder{border:1px dashed #d1d0d6;box-sizing:border-box}.GeoGebraFrame .colorPalette .colorButton.customColor .plus{visibility:visible;opacity:.54}.GeoGebraFrame .colorPalette .colorButton.customColor .fa-light{font-size:17px;display:flex;width:18px;justify-content:center}.GeoGebraFrame .colorPalette .colorButton.customColor:hover{background:#fff}.GeoGebraFrame .colorPalette .colorButton.customColor:hover .imageHolder{background:#f3f2f7}.GeoGebraFrame .gwt-PopupPanel.categoryPopup{width:144px;height:144px;display:inline-flex;padding:8px;z-index:499}.GeoGebraFrame .gwt-PopupPanel.categoryPopup.penCategory{width:192px;padding:16px 8px;height:206px}.GeoGebraFrame .gwt-PopupPanel.categoryPopup.penCategory .toolsHolder{display:flex;justify-content:space-between;padding:0 8px;margin-bottom:16px}.GeoGebraFrame .gwt-PopupPanel.categoryPopup.penCategory .colorPalette{padding:0 6px;margin-bottom:16px}