Move btn override to command panel stylesheet

This commit is contained in:
Kevin Sawicki
2013-05-20 17:53:56 -07:00
parent d3cbd937fb
commit c4cfc0cff6
4 changed files with 19 additions and 19 deletions

View File

@@ -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;
}

View File

@@ -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 {

View File

@@ -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;
}
}

View File

@@ -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 {