related to #1415 Adjustments for new plugin manager

Removed "!" from alerts better hover on lines
This commit is contained in:
Matthieu Leproux
2021-06-23 14:54:58 +02:00
parent 1c29b84932
commit 05ca000f78
6 changed files with 28 additions and 17 deletions
+6 -1
View File
@@ -2128,6 +2128,12 @@ h2:lang(en) { text-transform:capitalize; }
opacity: 1;
}
.pluginContainer.line .pluginMiniBox.inactive:hover .pluginContent .pluginActions a{
background: transparent;
opacity: 0.7;
}
.PluginOptionsBlock{
display:none;
position:absolute;
@@ -5206,7 +5212,6 @@ color:#FF7B00;
.line {
background: #fafafa;
box-shadow: 0px 2px 4px #00000024;
display: flex;
flex-direction: row;