summaryrefslogtreecommitdiff
path: root/src/components/HMI/css/buttonControls.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/HMI/css/buttonControls.css')
-rw-r--r--src/components/HMI/css/buttonControls.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/components/HMI/css/buttonControls.css b/src/components/HMI/css/buttonControls.css
index 39ef852853..b9d3146468 100644
--- a/src/components/HMI/css/buttonControls.css
+++ b/src/components/HMI/css/buttonControls.css
@@ -281,9 +281,7 @@
#buttonControls .ContainerControlls {
left: 34px;
- background:
- url(../images/home/controlButtons/backGroundControllButtons.png)
- no-repeat;
+ background: black no-repeat;
width: 200px;
height: 200px;
}
@@ -406,8 +404,8 @@
-webkit-transition: 0.2s;
border-radius: 8px;
background-color: #1D1D1D;
- border: 1px solid #383737;
- box-shadow: inset 5px 5px 10px #383737, inset -3px -3px 10px black;
+/* border: 1px solid #383737;
+ box-shadow: inset 5px 5px 10px #383737, inset -3px -3px 10px black;*/
-webkit-transition: 0.2s;
font-size: 38px;
line-height: 42px;
@@ -543,4 +541,4 @@
#app_controlButtons .phone_call_button.expand{
left: 156px;
-} \ No newline at end of file
+}