Commit 554e6a2db414c8ea6f27b3488368e1fe444f8d24
1 parent
b7c50950
TB-70: RPC Widgets: LED indicator.
Showing
1 changed file
with
1 additions
and
7 deletions
@@ -59,24 +59,18 @@ $background-color: #e6e7e8; | @@ -59,24 +59,18 @@ $background-color: #e6e7e8; | ||
59 | cursor: pointer; | 59 | cursor: pointer; |
60 | position: relative; | 60 | position: relative; |
61 | border-radius: 50%; | 61 | border-radius: 50%; |
62 | - //background-color: rgba(0, 0, 9, 0.5); | ||
63 | - //box-shadow: #000 0 -1px 6px 1px; | ||
64 | - //background-color: #FF0; | ||
65 | - //box-shadow: #000 0 -1px 6px 1px, inset #660 0 -1px 8px, #FF0 0 3px 11px; | ||
66 | - //rgba(0, 0, 0, 0.2) 0 -1px 7px 1px, inset #808002 0 -1px 9px, #FF0 0 2px 12px; | ||
67 | background-image: -owg-radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.25)); | 62 | background-image: -owg-radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.25)); |
68 | background-image: -webkit-radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.25)); | 63 | background-image: -webkit-radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.25)); |
69 | background-image: -moz-radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.25)); | 64 | background-image: -moz-radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.25)); |
70 | background-image: -o-radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.25)); | 65 | background-image: -o-radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.25)); |
71 | background-image: radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.25)); | 66 | background-image: radial-gradient(50% 50%, circle closest-corner, transparent, rgba(0, 0, 0, 0.25)); |
72 | - transition: background-color 0.5s, box-shadow 0.5s;//, background-image 0.5s; | 67 | + transition: background-color 0.5s, box-shadow 0.5s; |
73 | &.disabled { | 68 | &.disabled { |
74 | background-image: -owg-radial-gradient(50% 50%, circle closest-corner, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)); | 69 | background-image: -owg-radial-gradient(50% 50%, circle closest-corner, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)); |
75 | background-image: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)); | 70 | background-image: -webkit-radial-gradient(50% 50%, circle closest-corner, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)); |
76 | background-image: -moz-radial-gradient(50% 50%, circle closest-corner, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)); | 71 | background-image: -moz-radial-gradient(50% 50%, circle closest-corner, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)); |
77 | background-image: -o-radial-gradient(50% 50%, circle closest-corner, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)); | 72 | background-image: -o-radial-gradient(50% 50%, circle closest-corner, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)); |
78 | background-image: radial-gradient(50% 50%, circle closest-corner, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)); | 73 | background-image: radial-gradient(50% 50%, circle closest-corner, rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.1)); |
79 | - //transition: background-color 0.5s, box-shadow 0.5s, background-image 0.5s; | ||
80 | } | 74 | } |
81 | } | 75 | } |
82 | } | 76 | } |