]> git.sur5r.net Git - bacula/bacula/commitdiff
baculum: Tweak buttons style
authorMarcin Haba <marcin.haba@bacula.pl>
Fri, 3 Apr 2015 20:08:37 +0000 (22:08 +0200)
committerMarcin Haba <marcin.haba@bacula.pl>
Fri, 3 Apr 2015 20:08:37 +0000 (22:08 +0200)
gui/baculum/themes/Baculum-v1/button-center.png [deleted file]
gui/baculum/themes/Baculum-v1/button-left.png [deleted file]
gui/baculum/themes/Baculum-v1/button-right.png [deleted file]
gui/baculum/themes/Baculum-v1/style.css
gui/baculum/themes/Baculum-v1/wizard.css

diff --git a/gui/baculum/themes/Baculum-v1/button-center.png b/gui/baculum/themes/Baculum-v1/button-center.png
deleted file mode 100644 (file)
index 3a7f6d4..0000000
Binary files a/gui/baculum/themes/Baculum-v1/button-center.png and /dev/null differ
diff --git a/gui/baculum/themes/Baculum-v1/button-left.png b/gui/baculum/themes/Baculum-v1/button-left.png
deleted file mode 100644 (file)
index 05fb405..0000000
Binary files a/gui/baculum/themes/Baculum-v1/button-left.png and /dev/null differ
diff --git a/gui/baculum/themes/Baculum-v1/button-right.png b/gui/baculum/themes/Baculum-v1/button-right.png
deleted file mode 100644 (file)
index d9c228f..0000000
Binary files a/gui/baculum/themes/Baculum-v1/button-right.png and /dev/null differ
index 09a41ac597bae3c1a9b0f1ded1d971d75dcbe716..af7f60e3cc082f96ffa507e97b6185021ebcd1f4 100644 (file)
@@ -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 {
index c90a79c9d75cf074d67fd70ce63cdc89bef44965..4d0dd7a03316949616bf312a221b240d6c67cf7d 100644 (file)
@@ -15,7 +15,7 @@
  
 .navigation {
        text-align: center;
-       padding: 11px 0;
+       padding: 10px 0;
        background-image: url('wizard-bottom.png');
        background-repeat: no-repeat;
  }