small visual bug on android related to border

This commit is contained in:
Egor 2017-01-09 08:54:39 -08:00
parent 02c52e0250
commit 159566ff8c
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@
}
.color {
border: 1px solid rgba(0, 0, 0, 0.5);
border: 1px solid rgb(164, 164, 164);
}
.color-row .md-list-item-inner {
@ -83,4 +83,4 @@
left: 33px;
top: 15px;
font-size: 16px !important;
}
}

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.hoboman313.huegasm" version="1.1.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.hoboman313.huegasm" version="1.1.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Huegasm</name>
<content src="index.html" />
<plugin name="cordova-plugin-inappbrowser" spec="~1.6.1" />