bitcitawebfrontlib-ibsalut
Version:
Angular CLI project used by other Angular projects in the bitcita web project.<br />
115 lines (85 loc) • 2.15 kB
CSS
/* estilos generales */
html {
text-shadow: -1px -1px rgba(255, 255, 255, 0);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
text-shadow: -1px -1px rgba(255, 255, 255, 0);
}
.ui-tabview.ui-tabview-top .ui-tabview-nav.ui-widget-header li.ui-state-active a {
text-shadow: -1px -1px rgba(255, 255, 255, 0);
}
.ui-tabview li.ui-state-active {
background: #81bfe0 ;
}
/* dropdown */
div.ui-dropdown {
border-color: #ccc;
}
div.ui-dropdown-trigger {
width: 28px ;
background: #fff ;
}
div.ui-dropdown-trigger span.fa {
margin-top: 6px ;
margin-left: 2px ;
}
label + p-dropdown {
display: block;
}
/* estilos para los menús */
.ui-dropdown {
display: block ;
/*max-width: 300px;*/
height: 30px;
}
.ui-dropdown-label {
height: 27px;
color: #000;
}
/* estilos par los calendarios*/
.ui-datepicker {
margin-top: 2px ;
border: 1px solid #81bfe0 ;
background: #ffffff ;
}
.ui-datepicker-today a {
background: #ffffff;
border-radius: 4px;
}
body .ui-datepicker table td a.ui-state-highlight {
background: #ffffff;
}
.ui-datepicker th {
color: #1b8ac6;
padding: 0.1em;
}
.ui-datepicker td {
padding: 0px;
}
.ui-datepicker a {
text-decoration: none ;
}
.ui-datepicker-prev , .ui-datepicker-next {
display: none ;
}
body .ui-datepicker table td a.ui-state-active {
background-color: #0275d8 ;
color: #fff ;
}
body .ui-datepicker-today a {
background-color: #fff ;
color: #35b118 ;
font-weight: bold;
border-radius: 0px;
}
/* dialog */
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
background: #f2f2f2 ;
border: solid 0px;
}
.ui-dialog-titlebar {
background-color: #d9edf7 ;
}
.ui-dialog-title, .ui-dialog-titlebar-icon {
color: #fff;
}