Skip to content

Commit 7e6b9f3

Browse files
committedOct 1, 2024
1 parent 2041a3c commit 7e6b9f3

File tree

5 files changed

+620
-619
lines changed

5 files changed

+620
-619
lines changed
 

‎packages/eez-studio-ui/_stylesheets/project-editor.less

+2-3
Original file line numberDiff line numberDiff line change
@@ -1222,10 +1222,9 @@
12221222
trix-toolbar {
12231223
visibility: hidden;
12241224
position: absolute;
1225-
top: -55px;
1225+
top: -53px;
12261226
left: 0px;
1227-
background-color: @panelHeaderColor;
1228-
border: 1px solid @borderColor;
1227+
background-color: @trixToolbarColor;
12291228
padding-top: 3px;
12301229
}
12311230
}

‎packages/eez-studio-ui/_stylesheets/vars-dark.less

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
@warningColor: #212529;
2929
@actionHoverColor: #0056b3;
3030
@connectionLineColor: #999;
31+
@trixToolbarColor: #eee;
3132

3233
@selectedConnectionLineColor: red;
3334
@seqConnectionLineColor: #3fadb5;

‎packages/eez-studio-ui/_stylesheets/vars.less

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
@warningColor: #212529;
2929
@actionHoverColor: #0056b3;
3030
@connectionLineColor: #999;
31+
@trixToolbarColor: #eee;
3132

3233
@selectedConnectionLineColor: red;
3334
@seqConnectionLineColor: #3fadb5;

0 commit comments

Comments
 (0)