Plugin Directory

Changeset 2888435


Ignore:
Timestamp:
03/28/2023 01:51:23 PM (3 years ago)
Author:
siteimprove
Message:

updating css

Location:
siteimprove
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • siteimprove/tags/1.3.1/admin/css/siteimprove-preview.css

    r2888380 r2888435  
    66  padding-right: 35px;
    77}
    8 
    98#wpadminbar .quicklinks>ul>li.siteimprove-trigger-contentcheck>a {
    109  padding-left: 30px;
    1110}
    12 
     11@keyframes highlight-blink {
     12  50% {
     13    background-color: rgba(0, 0, 0, 0);
     14    border-color: rgba(0, 0, 0, 0);
     15  }
     16}
     17.si-highlight {
     18    background-color: rgba(221, 10, 27, 0.2);
     19    border: 2px solid #DD0A1B;
     20    animation-name: highlight-blink;
     21    animation-duration: 0.4s;
     22    animation-iteration-count: 4;
     23    animation-timing-function: ease;
     24}
    1325.si-overlay {
    1426  position:absolute;
  • siteimprove/trunk/admin/css/siteimprove-preview.css

    r2833805 r2888435  
    66  padding-right: 35px;
    77}
    8 
    98#wpadminbar .quicklinks>ul>li.siteimprove-trigger-contentcheck>a {
    109  padding-left: 30px;
    1110}
    12 
     11@keyframes highlight-blink {
     12  50% {
     13    background-color: rgba(0, 0, 0, 0);
     14    border-color: rgba(0, 0, 0, 0);
     15  }
     16}
     17.si-highlight {
     18    background-color: rgba(221, 10, 27, 0.2);
     19    border: 2px solid #DD0A1B;
     20    animation-name: highlight-blink;
     21    animation-duration: 0.4s;
     22    animation-iteration-count: 4;
     23    animation-timing-function: ease;
     24}
    1325.si-overlay {
    1426  position:absolute;
Note: See TracChangeset for help on using the changeset viewer.