Skip to content

Commit

Permalink
Bug 536110 - Difficult to distinguish focusedEditorTab from other edi…
Browse files Browse the repository at this point in the history
…torTabs
  • Loading branch information
carmacleod committed Jun 21, 2018
1 parent fb90639 commit 84193a8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bundles/org.eclipse.orion.client.ui/web/css/layout_common.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ hard-coded numbers elsewhere.
}

.focusedEditorTab {
border-top: 2px solid;
margin-top: -1px;
background: white;
color: black;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ define([], function() {
/**
* Version string for theme data. Please update this string whenever you change the style of a themable element.
*/
var THEMES_VERSION = "16.3";
var THEMES_VERSION = "16.4";
return THEMES_VERSION;
});
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ define({
"border-right": "1px solid #C4C5C8"
},
".focusedEditorTab": {
"border-top": "2px solid #3C71B3",
"background-color": "#FFFFFF",
"color": "#152935"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ define({
"border-right": "1px solid #26343F"
},
".focusedEditorTab": {
"border-top": "2px solid #106A5B",
"background-color": "#26343F",
"color": "#FFFFFF"
},
Expand Down

0 comments on commit 84193a8

Please sign in to comment.