Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
625alex committed May 13, 2016
1 parent 10ceedb commit f22bf94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions prod/style.5.8.0.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,36 @@
.tile {background-color: grey}
.weather {background-color: #a20025;}
.clock {background-color: #607d8b;}/*blue gray*/
.presence {background-color: #3f51b5;}/*indigo*/
.lock, .toolsList li:nth-child(1) {background-color: #f44336;/*red*/}
.presence, .st-tools-help {background-color: #3f51b5;}/*indigo*/
.lock, .st-tools-back {background-color: #f44336;/*red*/}
.hello-home {background-color: #9c27b0;}/*purple*/
.switch, .dimmer, .momentary, .light, .dimmerLight, .themeLight {background-color: #4caf50;} /*green*/
.contact, .toolsList li:nth-child(3) {background-color: #e91e63;}/*pink*/
.contact, .st-tools-css {background-color: #e91e63;}/*pink*/
.refresh {background-color: #607d8b;} /*blue gray*/
.history {background-color: #395c78;} /*blue gray*/
.temperature {background-color: #ff6f00;} /*amber 900*/
.mode {background-color: #673ab7;}/*deep purple*/
.motion {background-color: #2196f3;}/*blue*/
.acceleration {background-color: #a3a328;}/*olive*/
.humidity, .toolsList li:nth-child(2){background-color: #795548;}/*brown*/
.humidity, .st-tools-order{background-color: #795548;}/*brown*/
.luminosity {background-color: #906b8d;}/*violet-blue*/*/
.link {background-color: #263B44;} /*slate*/
.thermostat {background-color: #009688} /*teal*/
.energy {background-color: #558b2f} /*l green 800*/
.power {background-color: #33691e} /*l green 900*/
.water {background-color: #006064} /*cyan a900*/
.music, .list.tools .item.tile[4]{background-color: #aa00ff} /*purple a700*/
.music {background-color: #aa00ff} /*purple a700*/
.battery {background-color: #954469} /*eggplant*/
.camera{background-color: #cddc39} /*lime*/
.video {background-color:#8E8E8E} /*dropcam grey*/
.blank.tile{background:none!important}
.dashboard {background-color: #FE0002;} /* red */
.thermostatHeat, .toolsList li:nth-child(5){background-color: #FF9900} /*amber*/
.thermostatHeat, .st-tools-sign-out{background-color: #FF9900} /*amber*/
.thermostatCool{background-color: #6600CC} /*violet-blue*/
.alarm {background-color: #560319}
.tileSeparator {visibility:hidden}
.ui-sortable .tileSeparator {visibility:visible}
.tools, .toolsList li:nth-child(4) {background-color: #689f38} /*Light Green 700*/
.tools, .st-tools-history {background-color: #689f38} /*Light Green 700*/

.tile {border-radius:2px;color:white}
.tiles {overflow:hidden}
Expand Down Expand Up @@ -258,7 +258,7 @@ ul{list-style-type: none;padding-left:0;}
}


.toolsList * {
.toolsList a {
color: white;
font-size: 16pt;
font-weight: normal;
Expand Down

0 comments on commit f22bf94

Please sign in to comment.