You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/styles/brackets.less
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,8 @@ a, img {
268
268
left: @sidebar-width; // changed dynamically via Resizer
269
269
right: @main-toolbar-width;
270
270
z-index: @z-index-brackets-main-content;
271
+
border-left: 2pxsolidrgba(255, 255, 255, 0.10);
272
+
border-right: 2pxsolidrgba(255, 255, 255, 0.10);
271
273
}
272
274
273
275
.force-right-zero {
@@ -1198,7 +1200,7 @@ a, img {
1198
1200
/* Project panel */
1199
1201
1200
1202
#working-set-list-container {
1201
-
background: @bc-sidebar-bg;
1203
+
background: @bc-working-set-bg;
1202
1204
display: block;
1203
1205
1204
1206
>div:last-childul {
@@ -1214,19 +1216,19 @@ a, img {
1214
1216
position: relative;
1215
1217
height: 19px;
1216
1218
padding: 10px09px12px;
1217
-
background: @bc-sidebar-bg;
1219
+
background: @bc-working-set-bg;
1218
1220
color: @project-panel-text-2;
1219
1221
text-shadow: none;
1220
1222
overflow: hidden;
1221
1223
1222
1224
>span {
1223
-
background: @bc-sidebar-bg;
1225
+
background: @bc-working-set-bg;
1224
1226
position: relative;
1225
1227
z-index: 9;
1226
1228
}
1227
1229
1228
1230
>div {
1229
-
background-color: @dark-bc-sidebar-bg;
1231
+
background-color: @bc-working-set-bg;
1230
1232
opacity: 1;
1231
1233
}
1232
1234
}
@@ -1385,15 +1387,16 @@ a, img {
1385
1387
#project-files-header {
1386
1388
display: flex;
1387
1389
align-items: center;
1388
-
border-top: 1pxsolidrgba(255, 255, 255, 0.05);
1390
+
border-top: none;
1389
1391
padding: 6px06px12px;
1390
1392
font-size: 15px;
1391
1393
color: @project-panel-text-2;
1394
+
background-color: @bc-project-files-bg;
1392
1395
overflow: hidden;
1393
1396
gap: .5em;
1394
1397
1395
1398
.btn-alt-quiet {
1396
-
background-color: #47484b;
1399
+
background-color: transparent;
1397
1400
1398
1401
// relative positioning plus z-index make sure that the splitview button flows under the left aligned buttons in the project pane when there are no working set files
0 commit comments