You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2014/11/11 18:02:39 UTC

ambari git commit: AMBARI-8279. Slider View: "+ Create App" button effect is disabled, but is clickable (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk 2fdf2403a -> 6b98cfc08


AMBARI-8279. Slider View: "+ Create App" button effect is disabled, but is clickable (alexantonenko)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6b98cfc0
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6b98cfc0
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6b98cfc0

Branch: refs/heads/trunk
Commit: 6b98cfc084e9194ff4df578796953d1f8e93d642
Parents: 2fdf240
Author: Alex Antonenko <hi...@gmail.com>
Authored: Tue Nov 11 18:56:47 2014 +0200
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Tue Nov 11 19:01:50 2014 +0200

----------------------------------------------------------------------
 .../src/main/resources/ui/app/styles/app.less      | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6b98cfc0/contrib/views/slider/src/main/resources/ui/app/styles/app.less
----------------------------------------------------------------------
diff --git a/contrib/views/slider/src/main/resources/ui/app/styles/app.less b/contrib/views/slider/src/main/resources/ui/app/styles/app.less
index eb8eceb..a8eecc8 100644
--- a/contrib/views/slider/src/main/resources/ui/app/styles/app.less
+++ b/contrib/views/slider/src/main/resources/ui/app/styles/app.less
@@ -283,4 +283,21 @@
 .view-user {
   line-height: 34px;
   padding-right: 10px;
+}
+
+.btn-primary {
+  color: #ffffff;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
+  background-color: #006dcc;
+  *background-color: #0044cc;
+  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
+  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
+  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
+  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
+  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
+  background-repeat: repeat-x;
+  border-color: #0044cc #0044cc #002a80;
+  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
+  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
+  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
 }
\ No newline at end of file