mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
more subtle look for blurred state in atom-dark-ui
This commit is contained in:
parent
55d282fdd4
commit
0bd6ce7ae1
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user