master
parent
9958d63147
commit
f765776bbf
3 changed files with 80 additions and 41 deletions
@ -0,0 +1,42 @@ |
||||
.rmdp-arrow-container { |
||||
background-color: #3b98f3; |
||||
border-radius: 2px !important; |
||||
height: 24px !important; |
||||
width: 24px !important; |
||||
} |
||||
|
||||
.rmdp-arrow-container .rmdp-arrow { |
||||
border: solid #fff; |
||||
border-width: 0 2px 2px 0; |
||||
margin-top: 8px !important; |
||||
} |
||||
|
||||
.rmdp-wrapper .start { |
||||
background: #3b98f3 !important; |
||||
color: #fff !important; |
||||
border: none !important; |
||||
box-shadow: none !important; |
||||
border-top-right-radius: 4px !important; |
||||
border-bottom-right-radius: 4px !important; |
||||
} |
||||
|
||||
.rmdp-wrapper .end { |
||||
background: #3b98f3 !important; |
||||
color: #fff !important; |
||||
border: none !important; |
||||
box-shadow: none !important; |
||||
border-top-left-radius: 4px !important; |
||||
border-bottom-left-radius: 4px !important; |
||||
} |
||||
|
||||
.rmdp-range { |
||||
background: #f7f7f7 !important; |
||||
color: #3b98f3 !important; |
||||
border: none !important; |
||||
box-shadow: none !important; |
||||
} |
||||
|
||||
.rmdp-header-values span { |
||||
color: #12508e !important; |
||||
font-weight: bold !important; |
||||
} |
Loading…
Reference in new issue