mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
blurred styles for new tab design
This commit is contained in:
@@ -1,21 +1,7 @@
|
||||
.is-blurred .tree-view {
|
||||
background-color: #2a2a2a;
|
||||
}
|
||||
|
||||
.is-blurred .tabs {
|
||||
opacity: 0.8;
|
||||
border-bottom-color: #525252;
|
||||
background-color: #212121;
|
||||
}
|
||||
|
||||
.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;
|
||||
opacity: 0.5;
|
||||
}
|
||||
Reference in New Issue
Block a user