Commit 6afed816 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Remove icons mixin from global level of CSS.

Include icons to tree, toolbar, tabs.  But not at root level.
Also remove !important.
parent 536a4863
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -42,31 +42,31 @@

@mixin icons {
  .icon-pkg {
    background: url(../images/icons.png) no-repeat -3px -57px !important; }
    background: url(../images/icons.png) no-repeat -3px -57px; }
  .icon-class {
    background: url(../images/icons.png) no-repeat -3px -84px !important; }
    background: url(../images/icons.png) no-repeat -3px -84px; }
  .icon-singleton {
    background: url(../images/icons.png) no-repeat -3px -111px !important; }
    background: url(../images/icons.png) no-repeat -3px -111px; }
  .icon-component {
    background: url(../images/icons.png) no-repeat -3px -137px !important; }
    background: url(../images/icons.png) no-repeat -3px -137px; }
  .icon-guide {
    background: url(../images/icons.png) no-repeat -3px -7px !important; }
    background: url(../images/icons.png) no-repeat -3px -7px; }
  .icon-event {
    background: url(../images/icons.png) no-repeat -3px -245px !important; }
    background: url(../images/icons.png) no-repeat -3px -245px; }
  .icon-property {
    background: url(../images/icons.png) no-repeat -3px -192px !important; }
    background: url(../images/icons.png) no-repeat -3px -192px; }
  .icon-method {
    background: url(../images/icons.png) no-repeat -3px -165px !important; }
    background: url(../images/icons.png) no-repeat -3px -165px; }
  .icon-cfg {
    background: url(../images/icons.png) no-repeat -3px -219px !important; }
    background: url(../images/icons.png) no-repeat -3px -219px; }
  .icon-subclass {
    background: url(../images/icons.png) no-repeat -3px -299px !important; }
    background: url(../images/icons.png) no-repeat -3px -299px; }
  .icon-example {
    background: url(../images/icons.png) no-repeat -3px -409px !important; }
    background: url(../images/icons.png) no-repeat -3px -409px; }
  .icon-video {
    background: url(../images/icons.png) no-repeat -3px -438px !important; }
    background: url(../images/icons.png) no-repeat -3px -438px; }
  .icon-hist {
    background: url(../images/icons.png) no-repeat -3px -380px !important; } }
    background: url(../images/icons.png) no-repeat -3px -380px; } }

@mixin gray-h4 {
  h4 {
+3 −1
Original line number Diff line number Diff line
// Styles for class documentation toolbar
@import "mixins";

// softer rounded corners on the toolbar
.class-overview .x-toolbar-default {
  border-radius: 2px;
  border-color: #e4e4e4; }
  border-color: #e4e4e4;
  @include icons; }


// The reset (X) button in filter-class-members text box
+0 −2
Original line number Diff line number Diff line
@@ -18,8 +18,6 @@
@import "failure";
@import "class_header";

@include icons;

.card-panel {
  line-height: 1.5em;
  h3 {