From e19ef1d5fe7b594b0b7276f73f334985a4fe4631 Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Fri, 3 Apr 2015 22:08:37 +0200 Subject: [PATCH] baculum: Tweak buttons style --- .../themes/Baculum-v1/button-center.png | Bin 169 -> 0 bytes gui/baculum/themes/Baculum-v1/button-left.png | Bin 217 -> 0 bytes .../themes/Baculum-v1/button-right.png | Bin 248 -> 0 bytes gui/baculum/themes/Baculum-v1/style.css | 30 +++++++++++------- gui/baculum/themes/Baculum-v1/wizard.css | 2 +- 5 files changed, 20 insertions(+), 12 deletions(-) delete mode 100644 gui/baculum/themes/Baculum-v1/button-center.png delete mode 100644 gui/baculum/themes/Baculum-v1/button-left.png delete mode 100644 gui/baculum/themes/Baculum-v1/button-right.png diff --git a/gui/baculum/themes/Baculum-v1/button-center.png b/gui/baculum/themes/Baculum-v1/button-center.png deleted file mode 100644 index 3a7f6d472537f55a2e342c0831cd023f9b84705a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^j6iI}!3HGf{@&OH5-1LGcVbv~PUa<$!&%@FSgTe~DWM4fs7o?& diff --git a/gui/baculum/themes/Baculum-v1/button-left.png b/gui/baculum/themes/Baculum-v1/button-left.png deleted file mode 100644 index 05fb405059531da569f69087357560f65ac86b75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 217 zcmeAS@N?(olHy`uVBq!ia0vp^Oh9bJ!3HGD&Tw@CDaPU;cPEB*=VV?2Ih+L^k;M!Q z+`=Ht$S`Y;1W=H@#M9T6{SK$BkeKnVg%%*8Y)==*5Q)oIdpGhn81S&158USM&gi^> z&&09G%6dbD3VX1Fii*RPlJxtx`5SbLMP@H!d||uFwqd!5p2ButR%4r0{#<^lUt{k5 z-_tnn?XQ`IQ*zf>uE|`)tnfTkr$x+z&x4`;mwZX-0jG@e+ue@2=N=so23pJD>FVdQ I&MBb@0Cf*T!vFvP diff --git a/gui/baculum/themes/Baculum-v1/button-right.png b/gui/baculum/themes/Baculum-v1/button-right.png deleted file mode 100644 index d9c228ffb04b4c63bdcb9d4b6df02f8b997472a4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^Oh9bJ!3HGD&Tw@CDaPU;cPEB*=VV?2Ih+L^k;M!Q z+`=Ht$S`Y;1W=H@#M9T6{SK$BkQmp~B^v~QLS3FNjv*44&-U-;Jruy>+OKS`Dbbu6 z*S{j;#f-*DmP(GS#)fQOjY+=)pGY&hYgWS)*w;q-)oXos+%Go)M q(YmdDKm9mgv;32L$9eqwI`PnFZtL6+r?dlI#o+1c=d#Wzp$P!m{8Ui@ diff --git a/gui/baculum/themes/Baculum-v1/style.css b/gui/baculum/themes/Baculum-v1/style.css index 09a41ac597..af7f60e3cc 100644 --- a/gui/baculum/themes/Baculum-v1/style.css +++ b/gui/baculum/themes/Baculum-v1/style.css @@ -373,23 +373,31 @@ div.slide-window-progress { input.bbutton { font-size: 12px; - color: black; - height: 25px; + vertical-align: baseline; + -webkit-appearance: none; + text-shadow: 0 1px 1px #7b2121; + font-family: "times, serif"; + font-weight: 600; + color: white; + height: 28px; + line-height: 26px; cursor: pointer; - padding: 0; + display: inline-block; + width: auto; margin: 0 8px; - border: 0; - padding: 0 9px; + padding: 0 18px; min-width: 65px; - border: 0; - border-radius: 3px; - background: transparent url('button-center.png') repeat-x left 0; + border-radius: 4px; + border: 1px solid #8f2626; + background: #ca3838; + background-image: linear-gradient(#df8989, #d03232); } input.bbutton:hover { - border: 1px solid red; - padding: 0 8px; - background: transparent url('button-center.png') repeat-x left -25px; + padding: 0 18px; + box-shadow: inset 0 0 3px #faeded; + background: #ff7474; + border: 1px solid #8f2626; } div.slide-window-container { diff --git a/gui/baculum/themes/Baculum-v1/wizard.css b/gui/baculum/themes/Baculum-v1/wizard.css index c90a79c9d7..4d0dd7a033 100644 --- a/gui/baculum/themes/Baculum-v1/wizard.css +++ b/gui/baculum/themes/Baculum-v1/wizard.css @@ -15,7 +15,7 @@ .navigation { text-align: center; - padding: 11px 0; + padding: 10px 0; background-image: url('wizard-bottom.png'); background-repeat: no-repeat; } -- 2.39.5