summaryrefslogtreecommitdiff
path: root/public/javascripts/themes/bootstrap/splitbutton.css
diff options
context:
space:
mode:
authoryo mama <pepper@scannerjammer.com>2015-03-20 17:33:43 -0700
committeryo mama <pepper@scannerjammer.com>2015-03-20 17:33:43 -0700
commit2afbcf4e7d000d99fdbc582d7113684ee00e80cc (patch)
tree6ba3313b78625735fb295e3d375e59054c31e558 /public/javascripts/themes/bootstrap/splitbutton.css
first
Diffstat (limited to 'public/javascripts/themes/bootstrap/splitbutton.css')
-rw-r--r--public/javascripts/themes/bootstrap/splitbutton.css43
1 files changed, 43 insertions, 0 deletions
diff --git a/public/javascripts/themes/bootstrap/splitbutton.css b/public/javascripts/themes/bootstrap/splitbutton.css
new file mode 100644
index 0000000..347155f
--- /dev/null
+++ b/public/javascripts/themes/bootstrap/splitbutton.css
@@ -0,0 +1,43 @@
+.s-btn-downarrow {
+ display: inline-block;
+ margin: 0 0 0 4px;
+ padding: 0 0 0 1px;
+ width: 14px;
+ height: 16px;
+ line-height: 16px;
+ border-width: 0;
+ border-style: solid;
+ font-size: 12px;
+ _vertical-align: middle;
+}
+a.s-btn-active {
+ background-position: bottom right;
+}
+a.s-btn-active span.l-btn-left {
+ background-position: bottom left;
+}
+a.s-btn-plain-active {
+ background: transparent;
+ padding: 0 5px 0 0;
+ border-width: 1px;
+ border-style: solid;
+ -moz-border-radius: 5px 5px 5px 5px;
+ -webkit-border-radius: 5px 5px 5px 5px;
+ border-radius: 5px 5px 5px 5px;
+}
+.s-btn-downarrow {
+ background: url('images/menu_arrows.png') no-repeat 2px center;
+ border-color: #bbb;
+}
+a:hover.l-btn .s-btn-downarrow,
+a.s-btn-active .s-btn-downarrow,
+a.s-btn-plain-active .s-btn-downarrow {
+ background-position: 1px center;
+ padding: 0;
+ border-width: 0 0 0 1px;
+}
+a.s-btn-plain-active {
+ border-color: #ddd;
+ background-color: #e6e6e6;
+ color: #00438a;
+}