Skip to content
Snippets Groups Projects
Select Git revision
  • 4d842bc1bff9fb2660f5c4adb3c1afd74c96b8fc
  • master default protected
  • 1.6.4
  • 1.6.3
  • 1.6.2
  • 1.6.1
  • 1.6.0
  • 1.5.0
  • 1.4.0
  • 1.3.1
  • 1.3.0
  • 1.3.0-beta1
  • 1.2.1
  • 1.2.0
  • 1.2.0-beta5
  • 1.2.0-beta4
  • 1.2.0-beta3
  • 1.2.0-beta2
  • 1.2.0-beta1
  • 1.1.0
  • 1.0.0
21 results

style.css

Blame
  • style.css 900 B
    .wpdesk-rating-petition {
        font-size: 15px;
        width: 100%;
    }
    
    .wpdesk-rating-petition a {
        text-decoration: none;
        color: inherit;
        font-weight: 600;
    }
    
    .wpdesk-rating-petition span.plugins-repository {
        text-decoration: underline;
    }
    
    .wpdesk-rating-petition span.plugin-title {
        font-weight: 600;
    }
    
    .wpdesk-rating-petition span.heart {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #dc3232;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        text-transform: none;
    }
    
    .wpdesk-rating-petition span.star {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffb900;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        text-transform: none;
        text-decoration: none;
    }