mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
fixes #1510 compact mode config btn css is good now
This commit is contained in:
@@ -302,7 +302,7 @@ jQuery(".pluginMiniBox").each(function(index){
|
||||
</div>
|
||||
{else}
|
||||
<div class="tiptip" title="{'N/A'|translate}">
|
||||
<a class="icon-cog unavailablePlugin"></a>
|
||||
<a><i class="icon-cog"></i></a>
|
||||
</div>
|
||||
{/if}
|
||||
{elseif $plugin.STATE == 'inactive'}
|
||||
@@ -311,8 +311,8 @@ jQuery(".pluginMiniBox").each(function(index){
|
||||
<a href="{$plugin.SETTINGS_URL}"><span class="icon-cog"></span></a>
|
||||
</div>
|
||||
{else}
|
||||
<div class="tiptip" title="{'Settings'|@translate}">
|
||||
<a href="{$plugin.SETTINGS_URL}"><span class="icon-cog"></span></a>
|
||||
<div class="tiptip" title="{'N/A'|@translate}">
|
||||
<a><i class="icon-cog"></i></a>
|
||||
</div>
|
||||
{/if}
|
||||
{elseif $plugin.STATE == 'missing'}
|
||||
|
||||
@@ -2171,16 +2171,38 @@ h2:lang(en) { text-transform:capitalize; }
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.pluginMiniBox.active .pluginActionsSmallIcons a span {
|
||||
background: #ffc17e;
|
||||
color: #3c3c3c;
|
||||
.pluginMiniBox.plugin-active .pluginActionsSmallIcons a span {
|
||||
background: #ffc17e !important;
|
||||
color: #3c3c3c !important;
|
||||
}
|
||||
|
||||
.pluginMiniBox.active .pluginActionsSmallIcons a span:hover {
|
||||
background: #ff7700;
|
||||
color: #111;
|
||||
.pluginMiniBox.plugin-active .pluginActionsSmallIcons a span:hover {
|
||||
background: #ff7700 !important;
|
||||
color: #111 !important;
|
||||
}
|
||||
|
||||
.pluginMiniBox.plugin-inactive .pluginActionsSmallIcons a span{
|
||||
background: #ececec !important;
|
||||
color: #3c3c3c !important;
|
||||
}
|
||||
|
||||
.pluginMiniBox.plugin-inactive .pluginActionsSmallIcons a i {
|
||||
background: #ececec !important;
|
||||
color: #3c3c3c !important;
|
||||
border-radius: 5px;
|
||||
padding: 2px 2px;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.pluginMiniBox.plugin-active .pluginActionsSmallIcons a i {
|
||||
background: #ececec !important;
|
||||
color: #3c3c3c !important;
|
||||
border-radius: 5px;
|
||||
padding: 2px 2px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
||||
.AddPluginSuccess span,
|
||||
.RestorePluginSuccess span,
|
||||
.DeactivatePluginSuccess span {
|
||||
|
||||
Reference in New Issue
Block a user