Skip to content

Commit

Permalink
fix: Position of "!important" annotation in WebApp/static/core/css/ta…
Browse files Browse the repository at this point in the history
…btheme.css

(cherry picked from commit 36782aa)
  • Loading branch information
chrisburr authored and TaykYoku committed Oct 19, 2021
1 parent 2941fc7 commit 468cd8e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/WebAppDIRAC/WebApp/static/core/css/tabtheme.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.core-desktop-icon{background:url(../img/SelPanel/user-desktop.png) no-repeat;!important; }
.core-desktop-icon{background:url(../img/SelPanel/user-desktop.png) no-repeat !important; }

.x-grid-tree-node-expanded .x-tree-icon-parent.core-desktop-icon{
background:url(../img/SelPanel/user-desktop.png)no-repeat; !important;
background:url(../img/SelPanel/user-desktop.png)no-repeat !important;
}

.core-application-icon{background:url(../img/SelPanel/executable.ico) no-repeat; !important;
.core-application-icon{background:url(../img/SelPanel/executable.ico) no-repeat !important;
}

.x-grid-tree-node-expanded .x-tree-icon-parent.core-application-icon{
background:url(../img/SelPanel/executable.ico)no-repeat; !important;
background:url(../img/SelPanel/executable.ico)no-repeat !important;
}


Expand All @@ -18,25 +18,25 @@
}
*/

.icon-applications-states-all-default{background:url(../img/SelPanel/run.ico)no-repeat; !important;
.icon-applications-states-all-default{background:url(../img/SelPanel/run.ico)no-repeat !important;
background-color: transparent;
}


.shared-desktop{background:url(../img/SelPanel/shared-desktop1.ico)no-repeat; !important;
.shared-desktop{background:url(../img/SelPanel/shared-desktop1.ico)no-repeat !important;
background-color: transparent;
}

.x-grid-tree-node-expanded .x-tree-icon-parent.shared-desktop{
background:url(../img/SelPanel/shared-desktop1.ico)no-repeat; !important;
background:url(../img/SelPanel/shared-desktop1.ico)no-repeat !important;
}

.my-desktop{background:url(../img/SelPanel/home.ico)no-repeat; !important;
.my-desktop{background:url(../img/SelPanel/home.ico)no-repeat !important;
background-color: transparent;
}

.x-grid-tree-node-expanded .x-tree-icon-parent.my-desktop{
background:url(../img/SelPanel/home.ico)no-repeat; !important;
background:url(../img/SelPanel/home.ico)no-repeat !important;
}


Expand Down

0 comments on commit 468cd8e

Please sign in to comment.