File tree Expand file tree Collapse file tree 3 files changed +17
-31
lines changed
Expand file tree Collapse file tree 3 files changed +17
-31
lines changed Original file line number Diff line number Diff line change @@ -259,13 +259,17 @@ section {
259259 border-bottom : 1px solid # 505050 ;
260260}
261261
262- .tab_bar button {
263- position : relative;
264- float : left;
262+ .tab_bar button ,
263+ .files_bar button {
265264 height : 29px ;
265+ float : left;
266+ position : relative;
267+ border-top-left-radius : 3px ;
268+ border-top-right-radius : 3px ;
266269}
267270
268- .tab_bar button .active {
271+ .tab_bar button .active ,
272+ .files_bar button .active {
269273 border : 1px solid # 505050 ;
270274 border-bottom : none;
271275}
@@ -275,17 +279,6 @@ section {
275279 border-bottom : 1px solid # 505050 ;
276280}
277281
278- .files_bar button {
279- height : 29px ;
280- float : left;
281- position : relative;
282- }
283-
284- .files_bar button .active {
285- border : 1px solid # 505050 ;
286- border-bottom : none;
287- }
288-
289282.files_bar > button {
290283 width : 30px ;
291284}
Original file line number Diff line number Diff line change @@ -379,13 +379,17 @@ section {
379379 border-bottom : 1px solid # 505050 ;
380380}
381381
382- .tab_bar button {
383- position : relative;
384- float : left;
382+ .tab_bar button ,
383+ .files_bar button {
385384 height : 29px ;
385+ float : left;
386+ position : relative;
387+ border-top-left-radius : 3px ;
388+ border-top-right-radius : 3px ;
386389}
387390
388- .tab_bar button .active {
391+ .tab_bar button .active ,
392+ .files_bar button .active {
389393 border : 1px solid # 505050 ;
390394 border-bottom : none;
391395}
@@ -395,17 +399,6 @@ section {
395399 border-bottom : 1px solid # 505050 ;
396400}
397401
398- .files_bar button {
399- height : 29px ;
400- float : left;
401- position : relative;
402- }
403-
404- .files_bar button .active {
405- border : 1px solid # 505050 ;
406- border-bottom : none;
407- }
408-
409402.files_bar > button {
410403 width : 30px ;
411404}
You can’t perform that action at this time.
0 commit comments