mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
update blurred styles for ui light
This commit is contained in:
@@ -1,23 +1,12 @@
|
||||
.is-blurred .tab {
|
||||
background-image: none;
|
||||
background-color: #e0e0e0);
|
||||
border-top: none;
|
||||
border-right: 1px solid #959595;
|
||||
border-bottom: 1px solid #959595;
|
||||
box-shadow: inset 0 0 5px #eee, 0 1px 0 #eee, inset -1px 0 0 #e0e0e0, inset 1px 0 0 #e0e0e0;
|
||||
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;
|
||||
}
|
||||
|
||||
.is-blurred .tab {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.is-blurred .tree-view:focus .selected > .highlight {
|
||||
border-top: 1px solid #3D4552;
|
||||
border-bottom: 1px solid #3D4552;
|
||||
@@ -35,4 +24,4 @@
|
||||
|
||||
.is-blurred .tree-view .name:before {
|
||||
color: #7e7e7e;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user