---
 src/app/stylesheets/aggregator.scss |   38 +++++++++++++++++++---------------
 src/public/images/input-bg.png      |  Bin 0 -> 235 bytes
 2 files changed, 21 insertions(+), 17 deletions(-)
 create mode 100644 src/public/images/input-bg.png

diff --git a/src/app/stylesheets/aggregator.scss 
b/src/app/stylesheets/aggregator.scss
index 644b4ad..e3ca94d 100644
--- a/src/app/stylesheets/aggregator.scss
+++ b/src/app/stylesheets/aggregator.scss
@@ -16,9 +16,30 @@ a {
   }
 }
 
+input,textarea {
+  @include inset-box-shadow(0,1px,1px,rgba(0, 0, 0, 0.2));
+  border: 1px solid #BBBCBA;
+  background-color: #f0f0f0;
+  background: #f0f0f0 url(/images/input-bg.png) repeat-x 0 0;
+  padding: 4px;
+  margin: 1px;
+  &:focus {
+    border-width: 2px;
+    margin: 0;
+    background-color: #fff;
+  }
+}
+  input[type="search"] {
+    @include border-radius(20px);
+    padding: 4px 30px 4px 10px;
+  }
+  
 input[type='submit'],button {
   background: -moz-linear-gradient(top, #f9f9f9, #f0f0f0, #e5e5e5, #e9e9e9); 
   background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), 
color-stop(0.9, #e5e5e5), to(#e9e9e9));
+  box-shadow: none;
+  -moz-box-shadow: none;
+  -webkit-box-shadow: none;
   border: 1px solid #555753; 
   color: #221e1f; 
   cursor: pointer; 
@@ -50,23 +71,6 @@ input[type='submit'],button {
   }
 }
 
-input,textarea {
-  @include inset-box-shadow(0,1px,1px,rgba(0, 0, 0, 0.2));
-  border: 1px solid #BBBCBA;
-  background-color: #f0f0f0;
-  padding: 4px;
-  margin: 1px;
-  &:focus {
-    border-width: 2px;
-    margin: 0;
-    background-color: #fff;
-  }
-}
-  input[type="search"] {
-    @include border-radius(20px);
-    padding: 4px 30px 4px 10px;
-  }
-
 .action {
   background: url(/images/icons/action-icons.png) no-repeat 0 0;
   &:hover {
diff --git a/src/public/images/input-bg.png b/src/public/images/input-bg.png
new file mode 100644
index 
0000000000000000000000000000000000000000..a7eaa41ccf290797cf20e6eff47ff3cf073a35ae
GIT binary patch
literal 235
zcm...@n?(olHy`uVBq!ia0vp^8bGYa!3HFwmPZ!=DVAa<&kznEsNqQI0P;BtJR*yM
z>aT+^qm#z$3ZS55iEBhjaDG}zd16s2LwR|*US?i)adKios$PCk`s{Z$Qb0u+o-U3d
z5v^}8ZR9;*AaK~h(sTCT?Y(;&gE#yzckn9^FqyO`^UmayFy%7NC7erS8UL&j+<i;G
vLS6D|N31(TwE44~+JiAy8}_qY!VkqNHgFey-n}XVXeWcGtDnm{r-UW|+fGkl

literal 0
HcmV?d00001

-- 
1.7.2.3

_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to