rodrigosan88

Untitled

Sep 13th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.44 KB | None | 0 0
  1. body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  2.     cursor: pointer;
  3.     color: #767b7f;
  4.     background: none !important;
  5.     display: inline-block;
  6.     font-family: "Font Awesome 5 Free";
  7.     text-rendering: auto;
  8.     -webkit-font-smoothing: antialiased;
  9.     -moz-osx-font-smoothing: grayscale;
  10.     text-indent: 0px !important;
  11.     text-align: center;
  12.     transition: color 0.3s;
  13.     top: 1.25em;
  14.     font-weight: 800;
  15. }
Add Comment
Please, Sign In to add comment