diff --git a/themes/atom-light-ui/blurred.css b/themes/atom-light-ui/blurred.css index 8674f81ba..ad77b0a56 100644 --- a/themes/atom-light-ui/blurred.css +++ b/themes/atom-light-ui/blurred.css @@ -8,6 +8,11 @@ color: #323232; } +.is-blurred .tab.active { + border-bottom: 1px solid #e5e5e5; + box-shadow: inset 0 0 5px #eee, inset -1px 0 0 #e0e0e0, inset 1px 0 0 #e0e0e0; +} + .is-blurred .tree-view { background: #f3f3f3; border-right: 1px solid #c5c5c5; @@ -20,6 +25,13 @@ background-color: #69717b; } +.is-blurred .tree-view:focus .selected > .highlight { + border-top: 1px solid #3D4552; + border-bottom: 1px solid #3D4552; + background-image: none; + background-color: #69717b; +} + .is-blurred .tree-view .name:before { color: #7e7e7e; }