Skip to content
Snippets Groups Projects
Commit 34960ce3 authored by Jan Seipel's avatar Jan Seipel
Browse files

Update test-anfragen-pool-style.user.css

parent 505d2dd1
No related branches found
No related tags found
No related merge requests found
/* ==UserStyle== /* ==UserStyle==
@name test-anfragen-pool.swrapp.net - Apr. 2024 @name test-anfragen-pool.swrapp.net - Apr. 2024
@namespace https://gitlab.ard.de/Jan.Seipel/ @namespace https://gitlab.ard.de/Jan.Seipel/
@version 1.0.4 @version 1.0.5
@description A new userstyle @description A new userstyle
@author Me @author Me
==/UserStyle== */ ==/UserStyle== */
...@@ -106,10 +106,27 @@ ...@@ -106,10 +106,27 @@
/* BEREICH: TICKET-ZOOM */ /* BEREICH: TICKET-ZOOM */
#nav-Spezialaktionen, #nav-Spezialaktionen,
#nav-MasterSlave #nav-MasterSlave,
#nav-Lock
{ {
display: none !important; display: none !important;
} }
#nav-Felder-bearbeiten a
{
visibility: hidden !important;
position: relative;
&:after {
color: black;
visibility: visible;
position: absolute;
top: 0;
right: 0;
padding-left: 0px;
content: "Ticket bearbeiten";
}
}
} }
@-moz-document url-prefix("https://test-anfragen-pool.swrapp.net/otrs/index.pl?Action=AgentTicketClose") { @-moz-document url-prefix("https://test-anfragen-pool.swrapp.net/otrs/index.pl?Action=AgentTicketClose") {
...@@ -147,4 +164,26 @@ ...@@ -147,4 +164,26 @@
display: none; display: none;
} }
} }
}
@-moz-document url-prefix("https://test-anfragen-pool.swrapp.net/otrs/index.pl?Action=AgentTicketFreeText") {
label[for="NewOwnerID"]
{
visibility: hidden !important;
position: relative;
&:after {
color: black;
visibility: visible;
position: absolute;
top: 0;
right: 0;
padding-left: 0px;
content: "Sperren für Besitzer*in:";
}
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment