mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
more subtle look for blurred state in atom-dark-ui
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
.is-blurred .tree-view {
|
||||
background-color: #222;
|
||||
}
|
||||
|
||||
.is-blurred .tree-view * {
|
||||
opacity: 0.95;
|
||||
background-color: #2a2a2a;
|
||||
}
|
||||
|
||||
.is-blurred .tabs {
|
||||
opacity: 0.8;
|
||||
border-bottom-color: #525252;
|
||||
}
|
||||
|
||||
.is-blurred .tab {
|
||||
background-image: -webkit-linear-gradient(#444, #555);
|
||||
}
|
||||
|
||||
.is-blurred .tab.active {
|
||||
border: 1px solid #525252
|
||||
}
|
||||
|
||||
.is-blurred .tab.active:before {
|
||||
box-shadow: 2px 2px 0 #525252;
|
||||
border-color: #696969;
|
||||
}
|
||||
Reference in New Issue
Block a user