Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / chromeos / bluetooth.css
index e6a91e4..3c849a9 100644 (file)
   -webkit-box-pack: justify;
 }
 
-#bluetooth-options .button-strip #bluetooth-scanning-label {
+#bluetooth-options .button-strip #bluetooth-scanning-label,
+#bluetooth-options .button-strip #bluetooth-scan-stopped-label {
   -webkit-box-flex: 1;
   display: block;
 }
 
-#bluetooth-scanning-label {
+#bluetooth-scanning-label,
+#bluetooth-scan-stopped-label {
   -webkit-margin-start: 5px;
   color: #999;
 }
 .bluetooth-keyboard-button {
   -webkit-padding-end: 15px;
   -webkit-padding-start: 15px;
-  background-image: -webkit-gradient(linear,
-                                     left top,
-                                     left bottom,
-                                     color-stop(0, #e9e9e9),
-                                     color-stop(1, #f5f5f5));
-  border: 1px solid #d4d4d4;
+  background-image: linear-gradient(to bottom,
+                                    #e9e9e9,
+                                    #f5f5f5);
+  border: 1px solid #ccc;
   border-radius: 4px;
-  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07),
+  box-shadow: 0 0 0 1px #888,
               inset 0 1px 1px 1px #fff,
-              inset 0 -1px 1px 1px #ddd;
-  color: #666;
+              inset 0 -1px 1px 1px #eee;
+  color: #222;
   display: inline-block;
   font-size: 14px;
   font-weight: 600;
 }
 
 .bluetooth-keyboard-button.key-typed {
-  border: 1px solid #ccc;
-  box-shadow: 0 0 0 1px #888,
-              inset 0 1px 1px 1px #fff,
-              inset 0 -1px 1px 1px #eee;
   color: #222;
 }
 
-.bluetooth-keyboard-button.key-pin {
-  color: #222;
+.bluetooth-keyboard-button.key-next {
+  background-image: -webkit-linear-gradient(top,
+                                            rgb(77, 144, 254),
+                                            rgb(71, 135, 237));
+  border: 1px solid rgb(77, 144, 254);
+  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07),
+            inset 0 1px 1px 1px #fff,
+            inset 0 -1px 1px 1px rgb(77, 144, 254);
+  color: #fff;
+}
+
+.bluetooth-keyboard-button.key-untyped {
+  border: 1px solid #d4d4d4;
+  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07),
+              inset 0 1px 1px 1px #fff,
+              inset 0 -1px 1px 1px #ddd;
+  color: #666;
 }