mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Move btn override to command panel stylesheet
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
@import "bootstrap/less/mixins.less";
|
||||
|
||||
html, body,
|
||||
#root-view {
|
||||
font: caption;
|
||||
@@ -26,8 +24,3 @@ html, body,
|
||||
.wrap-guide {
|
||||
background: rgba(150, 150, 150, 0.1);
|
||||
}
|
||||
|
||||
.btn {
|
||||
.btn-pseudo-states(#19191a, #1a1b1c);
|
||||
color: #969696;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,16 @@
|
||||
@import "bootstrap/less/mixins.less";
|
||||
|
||||
.command-panel {
|
||||
background-color: #1b1c1e;
|
||||
color: #dedede;
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.5);
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
|
||||
padding: 10px;
|
||||
|
||||
.btn {
|
||||
.btn-pseudo-states(#19191a, #1a1b1c);
|
||||
color: #969696;
|
||||
}
|
||||
}
|
||||
|
||||
.command-panel .header {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
@import "bootstrap/less/mixins.less";
|
||||
|
||||
html, body,
|
||||
#root-view {
|
||||
font: caption;
|
||||
@@ -26,13 +24,3 @@ html, body,
|
||||
.wrap-guide {
|
||||
background: rgba(150, 150, 150, 0.1);
|
||||
}
|
||||
|
||||
.btn {
|
||||
.btn-pseudo-states(#cbcbcb, #b3b3b3);
|
||||
color: #444;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: #222;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,20 @@
|
||||
@import "bootstrap/less/mixins.less";
|
||||
|
||||
.command-panel {
|
||||
background-color: #e5e5e5;
|
||||
border-top: 1px solid #979797;
|
||||
color: #ededed;
|
||||
padding: 10px;
|
||||
|
||||
.btn {
|
||||
.btn-pseudo-states(#cbcbcb, #b3b3b3);
|
||||
color: #444;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: #222;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.command-panel .header {
|
||||
|
||||
Reference in New Issue
Block a user