|
@@ -49,7 +49,7 @@
|
|
|
}
|
|
|
|
|
|
#mediamanager__page .panelHeader {
|
|
|
- background-color: @ini_background_alt;
|
|
|
+ background-color: var(--ini-background-alt);
|
|
|
margin: 0 10px 10px 0;
|
|
|
padding: 10px 10px 8px;
|
|
|
text-align: left;
|
|
@@ -87,7 +87,7 @@
|
|
|
background: transparent url(../../images/resizecol.png) center center no-repeat;
|
|
|
}
|
|
|
#mediamanager__page .ui-resizable-e:hover {
|
|
|
- background-color: @ini_background_alt;
|
|
|
+ background-color: var(--ini-background-alt);
|
|
|
}
|
|
|
[dir=rtl] #mediamanager__page .ui-resizable-w {
|
|
|
width: 6px;
|
|
@@ -95,7 +95,7 @@
|
|
|
background: transparent url(../../images/resizecol.png) center center no-repeat;
|
|
|
}
|
|
|
[dir=rtl] #mediamanager__page .ui-resizable-w:hover {
|
|
|
- background-color: @ini_background_alt;
|
|
|
+ background-color: var(--ini-background-alt);
|
|
|
}
|
|
|
|
|
|
|
|
@@ -129,10 +129,10 @@
|
|
|
margin: 0 0 0 .3em;
|
|
|
border-radius: .5em .5em 0 0;
|
|
|
font-weight: normal;
|
|
|
- background-color: @ini_background_alt;
|
|
|
- color: @ini_text;
|
|
|
- border: 1px solid @ini_border;
|
|
|
- border-bottom-color: @ini_background_alt;
|
|
|
+ background-color: var(--ini-background-alt);
|
|
|
+ color: var(--ini-text);
|
|
|
+ border: 1px solid var(--ini-border);
|
|
|
+ border-bottom-color: var(--ini-background-alt);
|
|
|
line-height: 1.4em;
|
|
|
position: relative;
|
|
|
bottom: -1px;
|
|
@@ -144,7 +144,7 @@
|
|
|
right: 10px;
|
|
|
}
|
|
|
#mediamanager__page .namespaces .panelHeader {
|
|
|
- border-top: 1px solid @ini_border;
|
|
|
+ border-top: 1px solid var(--ini-border);
|
|
|
z-index: 1;
|
|
|
}
|
|
|
|
|
@@ -192,7 +192,7 @@
|
|
|
padding: 0;
|
|
|
}
|
|
|
#mediamanager__page .panelHeader ul li {
|
|
|
- color: @ini_text;
|
|
|
+ color: var(--ini-text);
|
|
|
float: left;
|
|
|
line-height: 1;
|
|
|
padding-left: 3px;
|
|
@@ -240,7 +240,7 @@
|
|
|
margin: 0;
|
|
|
}
|
|
|
#mediamanager__page .filelist .panelContent ul li:hover {
|
|
|
- background-color: @ini_background_alt;
|
|
|
+ background-color: var(--ini-background-alt);
|
|
|
}
|
|
|
|
|
|
#mediamanager__page .filelist li dt a {
|
|
@@ -257,8 +257,8 @@
|
|
|
display: inline-block;
|
|
|
/* the right margin should visually be 10px, but because of its inline-block nature the whitespace inbetween is about 4px more */
|
|
|
margin: 0 6px 10px 0;
|
|
|
- background-color: @ini_background_neu;
|
|
|
- color: @ini_text;
|
|
|
+ background-color: var(--ini-background-neu);
|
|
|
+ color: var(--ini-text);
|
|
|
padding: 5px;
|
|
|
vertical-align: top;
|
|
|
text-align: center;
|
|
@@ -307,13 +307,13 @@
|
|
|
position: relative;
|
|
|
max-height: 50px;
|
|
|
margin: 0 0 3px 0;
|
|
|
- background-color: @ini_background;
|
|
|
- color: @ini_text;
|
|
|
+ background-color: var(--ini-background);
|
|
|
+ color: var(--ini-text);
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
#mediamanager__page .filelist .rows li:nth-child(2n+1) {
|
|
|
- background-color: @ini_background_neu;
|
|
|
+ background-color: var(--ini-background-neu);
|
|
|
}
|
|
|
|
|
|
#mediamanager__page .filelist .rows li dt {
|
|
@@ -402,11 +402,11 @@
|
|
|
#mediamanager__page .file dl dt {
|
|
|
font-weight: bold;
|
|
|
display: block;
|
|
|
- background-color: @ini_background_alt;
|
|
|
+ background-color: var(--ini-background-alt);
|
|
|
}
|
|
|
#mediamanager__page .file dl dd {
|
|
|
display: block;
|
|
|
- background-color: @ini_background_neu;
|
|
|
+ background-color: var(--ini-background-neu);
|
|
|
}
|
|
|
|
|
|
|
|
@@ -449,7 +449,7 @@
|
|
|
|
|
|
#mediamanager__page form.changes ul li div.li div {
|
|
|
font-size: 90%;
|
|
|
- color: @ini_text_neu;
|
|
|
+ color: var(--ini-text-neu);
|
|
|
padding-left: 18px;
|
|
|
}
|
|
|
[dir=rtl] #mediamanager__page form.changes ul li div.li div {
|
|
@@ -475,7 +475,7 @@
|
|
|
padding: 0;
|
|
|
vertical-align: top;
|
|
|
text-align: left;
|
|
|
- border-color: @ini_background;
|
|
|
+ border-color: var(--ini-background);
|
|
|
}
|
|
|
[dir=rtl] #mediamanager__diff td,
|
|
|
[dir=rtl] #mediamanager__diff th {
|
|
@@ -485,7 +485,7 @@
|
|
|
|
|
|
#mediamanager__diff th {
|
|
|
font-weight: normal;
|
|
|
- background-color: @ini_background;
|
|
|
+ background-color: var(--ini-background);
|
|
|
line-height: 1.2;
|
|
|
}
|
|
|
#mediamanager__diff th a {
|
|
@@ -497,7 +497,7 @@
|
|
|
|
|
|
#mediamanager__diff dl dd strong{
|
|
|
background-color: __highlight__;
|
|
|
- color: @ini_text;
|
|
|
+ color: var(--ini-text);
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
|