Fix CSS for hotspots - refs #7705

1.10.x
Angel Fernando Quiroz Campos 10 years ago
parent c93611aea0
commit f8be084c13
  1. 96
      main/plugin/hotspot2/css/hotspot.css

@ -93,6 +93,102 @@
border-color: rgb(188, 214, 49);
border-left-color: #CCC;
}
.input-group.hotspot-4.active {
border-color: rgb(214, 49, 115);
box-shadow: 1px 1px 10px rgb(214, 49, 115);
border-radius: 4px;
}
.input-group.hotspot-4.active .input-group-addon {
border-color: rgb(214, 49, 115);
}
.input-group.hotspot-4.active select {
border-color: rgb(214, 49, 115);
border-left-color: #CCC;
}
.input-group.hotspot-5.active {
border-color: rgb(215, 215, 21);
box-shadow: 1px 1px 10px rgb(215, 215, 21);
border-radius: 4px;
}
.input-group.hotspot-5.active .input-group-addon {
border-color: rgb(215, 215, 21);
}
.input-group.hotspot-5.active select {
border-color: rgb(215, 215, 21);
border-left-color: #CCC;
}
.input-group.hotspot-6.active {
border-color: rgb(144, 175, 221);
box-shadow: 1px 1px 10px rgb(144, 175, 221);
border-radius: 4px;
}
.input-group.hotspot-6.active .input-group-addon {
border-color: rgb(144, 175, 221);
}
.input-group.hotspot-6.active select {
border-color: rgb(144, 175, 221);
border-left-color: #CCC;
}
.input-group.hotspot-7.active {
border-color: rgb(175, 134, 64);
box-shadow: 1px 1px 10px rgb(175, 134, 64);
border-radius: 4px;
}
.input-group.hotspot-7.active .input-group-addon {
border-color: rgb(175, 134, 64);
}
.input-group.hotspot-7.active select {
border-color: rgb(175, 134, 64);
border-left-color: #CCC;
}
.input-group.hotspot-8.active {
border-color: rgb(79, 146, 66);
box-shadow: 1px 1px 10px rgb(79, 146, 66);
border-radius: 4px;
}
.input-group.hotspot-8.active .input-group-addon {
border-color: rgb(79, 146, 66);
}
.input-group.hotspot-8.active select {
border-color: rgb(79, 146, 66);
border-left-color: #CCC;
}
.input-group.hotspot-8.active {
border-color: rgb(244, 235, 36);
box-shadow: 1px 1px 10px rgb(244, 235, 36);
border-radius: 4px;
}
.input-group.hotspot-9.active .input-group-addon {
border-color: rgb(244, 235, 36);
}
.input-group.hotspot-9.active select {
border-color: rgb(244, 235, 36);
border-left-color: #CCC;
}
.input-group.hotspot-8.active {
border-color: rgb(237, 32, 36);
box-shadow: 1px 1px 10px rgb(237, 32, 36);
border-radius: 4px;
}
.input-group.hotspot-10.active .input-group-addon {
border-color: rgb(237, 32, 36);
}
.input-group.hotspot-10.active select {
border-color: rgb(237, 32, 36);
border-left-color: #CCC;
}
.input-group.hotspot-11.active {
border-color: rgb(59, 59, 59);
box-shadow: 1px 1px 10px rgb(59, 59, 59);
border-radius: 4px;
}
.input-group.hotspot-11.active .input-group-addon {
border-color: rgb(59, 59, 59);
}
.input-group.hotspot-11.active select {
border-color: rgb(59, 59, 59);
border-left-color: #CCC;
}
.input-group.hotspot-0 select:focus,
.input-group.hotspot-1 select:focus,

Loading…
Cancel
Save