|
@@ -144,7 +144,7 @@ samp {
|
|
|
--editor-men-color : rgb(0, 0, 0);
|
|
|
|
|
|
.photo-select {
|
|
|
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
|
|
+ // box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
|
|
|
.ui-menu-item.active {
|
|
@@ -263,17 +263,25 @@ samp {
|
|
|
|
|
|
.photo-select {
|
|
|
i {
|
|
|
- color: #000;
|
|
|
+ // color: #000;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.fill-slide {
|
|
|
+ .header {
|
|
|
+ border-bottom: 1px solid #B3B3B3;
|
|
|
+ }
|
|
|
+
|
|
|
+ .foot {
|
|
|
+ border-top: 1px solid #B3B3B3;
|
|
|
+ }
|
|
|
|
|
|
.foot,
|
|
|
.header {
|
|
|
background-color: #fff;
|
|
|
color : rgb(22, 24, 26);
|
|
|
|
|
|
+
|
|
|
.top-right {
|
|
|
color: rgb(22, 24, 26);
|
|
|
}
|
|
@@ -353,18 +361,18 @@ samp {
|
|
|
background: #fff;
|
|
|
|
|
|
.info-bottom>div {
|
|
|
- background: #E6E9F0;
|
|
|
+ background : #E6E9F0;
|
|
|
// border : 1px solid #CCCCCC;
|
|
|
- color : #000;
|
|
|
+ color : #000;
|
|
|
}
|
|
|
|
|
|
.info-top .info-top-right {
|
|
|
color: rgba(0, 0, 0, 0.8);
|
|
|
|
|
|
.right-btn {
|
|
|
- background: rgba(0, 0, 0, 0);
|
|
|
+ background : rgba(0, 0, 0, 0);
|
|
|
// border : 1px solid #CCCCCC;
|
|
|
- background: #E6E9F0;
|
|
|
+ background : #E6E9F0;
|
|
|
|
|
|
}
|
|
|
|
|
@@ -380,17 +388,22 @@ samp {
|
|
|
|
|
|
.download-btn {
|
|
|
// border : 1px solid #3a3d3d !important;
|
|
|
- color : #000 !important;
|
|
|
+ color : #000 !important;
|
|
|
// background: none !important;
|
|
|
|
|
|
// background: rgba(0, 0, 0, 0);
|
|
|
|
|
|
- background: #E6E9F0 !important;;
|
|
|
+ background: #E6E9F0 !important;
|
|
|
+ ;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
:root.dark {
|
|
|
+ .menu.range {
|
|
|
+ border-color: rgba(0, 0, 0, 0);
|
|
|
+ }
|
|
|
+
|
|
|
body {
|
|
|
--editor-menu-back : #161A1A;
|
|
|
--editor-head-back : #252828;
|
|
@@ -454,5 +467,11 @@ samp {
|
|
|
.menu.active {
|
|
|
background-color: rgba(255, 255, 255, 0.1);
|
|
|
}
|
|
|
+ .info-layout {
|
|
|
+ // background: #fff;
|
|
|
+ .info-bottom>div {
|
|
|
+ background:rgba(255,255,255,0.1);
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|