Files
myhealth/1.sources/MyHealth/docroot/resources/css/estilos.css
2020-01-02 21:24:16 +01:00

54 lines
1.1 KiB
CSS

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
}
.hide {
display: none;
}
.background-light-blue {
background-image: url("#{resource['images/fondo.png']}");
}
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
ul.ui-menu-list {
white-space: nowrap;
width: auto !important;
}
.ui-orderlist.ui-grid-responsive .ui-orderlist-list {
width: auto !important;
}
.green-button.ui-button.ui-state-default {
background-color: #5cb85c;
border-color: #5cb85c;
color: #fff;
}
.green-button.ui-button.ui-state-default:enabled:hover, .green-button.ui-button.ui-state-default:focus {
background-color: #4cae4c;
border-color: #5cb85c;
}
.red-button.ui-button.ui-state-default {
background-color: #d9534f;
border-color: #d9534f;
color: #fff;
}
.red-button.ui-button.ui-state-default:enabled:hover, .red-button.ui-button.ui-state-default:focus {
background-color: #d43f3a;
border-color: #d9534f;
}
.ui-orderlist .ui-orderlist-list {
height: 62vh !important;
width: 25vw !important;
}