angular-material-simple-components
Version:
This include simplification of angular material components
184 lines (177 loc) • 4.63 kB
CSS
/*Search Card css*/
.search-card-container .md-input-message-animation{
margin-top: 0 ;
padding-top: 0px ;
}
.search-card-container .md-char-counter{
margin: -10px ;
padding: 0px ;
}
.search-card-container{
margin: 0;
}
/*.search-card-container > div.md-errors-spacer{
display: none;
}*/
/*Pagination Css*/
.md-page-select{
margin: 0 ;
-webkit-justify-content: flex-end ;
-ms-flex-pack: end ;
justify-content: flex-end ;
min-width: 64px ;
display: -webkit-flex ;
display: -ms-flexbox ;
display: flex ;
font-size: 12px ;
color: rgba(0, 0, 0, 0.54) ;
}
md-select.md-page-select > .md-select-value {
padding: 0 ;
min-width: 0 ;
min-height: 24px ;
border-bottom: 0 ;
-webkit-flex: 0 0 auto ;
-ms-flex: 0 0 auto ;
flex: 0 0 auto ;
display: -webkit-flex ;
display: -ms-flexbox ;
display: flex ;
-webkit-align-items: center ;
-ms-flex-align: center ;
align-items: center ;
border-bottom-style: solid ;
background-color: transparent ;
position: relative ;
box-sizing: content-box ;
-webkit-flex-grow: 1 ;
flex-grow: 1 ;
}
.input-view {
font-size: 14px ;
font-weight: 500 ;
letter-spacing: 0.010em ;
margin: 0 0 0 0 ;
line-height: 1.6em ;
border: none 0px ;
background-color: transparent ;
color: rgba(0,0,0,0.54) ;
}
/*Date Input Css*/
.md-datepicker-button:not(disabled){
color: rgba(0,0,0,0.87);
}
.date-picker-row {
margin-left: -15px;
position: relative;
min-height: 60px;
}
.date-picker-row label {
right: auto ;
left: auto ;
margin-left: 0px ;;
width: calc(100% - 84px) ;
}
.date-picker-row .md-datepicker-input-container {
margin-left: 0;
width: 150px ;
}
.md-icon-button + .md-datepicker-input-container {
margin-left: 0 ;
}
/*
.md-datepicker-calendar-pane{
!*background-color: white !important;
}
*/
/*Html Text Area Css*/
.htmlTextArea{
-webkit-box-ordinal-group: 3;
-webkit-order: 2;
order: 2;
display: block;
background: none;
padding-bottom: 1px;
padding-left: 2px;
padding-right: 2px;
border-width: 1px 1px 1px 1px;
line-height: 26px;
-ms-flex-preferred-size: 26px;
border-radius: 0;
border-style: solid;
width: 100%;
box-sizing: border-box;
float: left;
color: rgba(0,0,0,0.87);
border-color: rgba(0,0,0,0.12);
overflow-y: auto; min-height: 100px; max-height: 150px;
}
.tgbtn{
border-style: solid;
border-width: 0 1px 0 0;
border-color: rgba(0,0,0,0.12);
}
.toggle{
background-color: rgba(0,0,0, .3) ;
}
.lostFocus{
outline: none;
}
.action-button:not([disabled]){
color: rgba(0, 0, 0, 0.54) ;;
}
label.action-button:not([disabled]){
color: rgba(0, 0, 0, 0.54) ;;
}
label.action-button:not([disabled]) > md-icon{
color: rgba(0, 0, 0, 0.54) ;
}
label.action-button[disabled]{
color: rgba(0, 0, 0, 0.38) ;;
}
label.action-button[disabled] > md-icon{
color: rgba(0, 0, 0, 0.38) ;
}
.header > md-icon{
top: 8px;
left: 2px;
right: auto;
color: rgba(0,0,0,0.87);
}
.header > label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
order: 1;
-webkit-font-smoothing: antialiased;
padding-left: 3px;
padding-right: 0;
z-index: 1;
color: rgba(0,0,0,0.38);
}
.is-error{
color: rgb(221,44,0) ;
}
.htmlTextArea.is-error{
color: rgba(0,0,0,0.87) ;
border-color: rgb(221,44,0) ;
outline-color: rgb(221,44,0) ;
}
.vertical-divider {
border-top-width: 0;
border-right-width: 1px;
border-right-style: solid;
height: 100%;
}
.search-btn{
align-self: center;
opacity:1.0;
filter:alpha(opacity=100);
}
.search-btn.ng-hide-remove{
opacity: 0;
transition: all 0.2s ease;
}
.search-btn.ng-hide-remove.ng-hide-remove-active {
opacity: 1;
}