|
@@ -143,6 +143,10 @@ samp {
|
|
|
--colors-primary-fill : 0, 0, 0;
|
|
|
--editor-men-color : rgb(0, 0, 0);
|
|
|
|
|
|
+ .ui-menu-item.active {
|
|
|
+ background-color: #EFF0F2;
|
|
|
+ }
|
|
|
+
|
|
|
.edit-fix-point {
|
|
|
background-color: #fff;
|
|
|
|
|
@@ -382,6 +386,49 @@ samp {
|
|
|
--editor-head-back : #252828;
|
|
|
--colors-primary-fill: 255, 255, 255;
|
|
|
|
|
|
+ .type-photos-layout {
|
|
|
+ background: #252828;
|
|
|
+ }
|
|
|
+
|
|
|
+ .type-title {
|
|
|
+ color: #ddd;
|
|
|
+ }
|
|
|
+
|
|
|
+ .setting-layout .ui-input .text input {
|
|
|
+ background: var(--colors-normal-back);
|
|
|
+ }
|
|
|
+
|
|
|
+ .table .ui-input .text.ready input {
|
|
|
+ color : #fff;
|
|
|
+ border-color: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .fill-slide .foot .menus .menu {
|
|
|
+ color: rgb(22, 24, 26) !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .select-boxs span {
|
|
|
+ border: 1px solid #666;
|
|
|
+ color : #ccc;
|
|
|
+
|
|
|
+ &.active {
|
|
|
+ border: 1px solid #1779ed;
|
|
|
+ color : #1779ed;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .text-input .ui-input .text.suffix .len {
|
|
|
+ color: #000;
|
|
|
+ }
|
|
|
+
|
|
|
+ .empty-images div p {
|
|
|
+ color: #fff;
|
|
|
+ }
|
|
|
+
|
|
|
+ .ui-menu-item.active {
|
|
|
+ background: var(--editor-menu-bac);
|
|
|
+ }
|
|
|
+
|
|
|
.fun-ctrl,
|
|
|
.fun-ctrl:hover,
|
|
|
.menu {
|