Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _blank (0.17 sec)

  1. docs/en/docs/css/termynal.css

        content: attr(data-ty-cursor);
        font-family: monospace;
        margin-left: 0.5em;
        -webkit-animation: blink 1s infinite;
                animation: blink 1s infinite;
    }
    
    
    /* Cursor animation */
    
    @-webkit-keyframes blink {
        50% {
            opacity: 0;
        }
    }
    
    @keyframes blink {
        50% {
            opacity: 0;
        }
    CSS
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu May 02 22:37:31 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  2. src/main/webapp/css/admin/plugins/daterangepicker/daterangepicker.css

    L122:}
    L123:
    L124:.daterangepicker .drp-calendar.single .calendar-table {
    L125:  border: none;
    L126:}
    L127:
    L128:.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    L129:  color: #fff;
    L130:  border: solid black;
    L131:  border-width: 0 2px 2px 0;
    L132:  border-radius: 0;
    L133:  display: inline-block;
    L134:  padding: 3px;
    L135:}
    L136:
    L137:.daterangepicker .calendar-table .next span {
    L138:  transform: rotate(-45deg);
    L139:  -webkit-transform: rotate(-45deg);
    ...
    CSS
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 13 04:21:06 GMT 2020
    - 7.9K bytes
    - Viewed (0)
Back to top