Revert "Recover thunar root user warning"

This reverts commit 85257bbe4aa4979f0cb244aa1a424ae615d76ab9.
This commit is contained in:
Daniel Ruiz de Alegría 2020-09-25 10:16:48 +02:00
parent a6b929b9c4
commit e3dd7c9f56
4 changed files with 25 additions and 0 deletions

View File

@ -5308,6 +5308,12 @@ wnck-pager {
background: #2777ff;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2); }
/* Thunar */
.thunar .warning {
opacity: 0;
font-size: 0;
margin: -10px 0; }
/* GTK NAMED COLORS
----------------
use responsibly! */

View File

@ -5308,6 +5308,12 @@ wnck-pager {
background: #2777ff;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2); }
/* Thunar */
.thunar .warning {
opacity: 0;
font-size: 0;
margin: -10px 0; }
/* GTK NAMED COLORS
----------------
use responsibly! */

View File

@ -5329,6 +5329,12 @@ wnck-pager {
background: #2777ff;
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2); }
/* Thunar */
.thunar .warning {
opacity: 0;
font-size: 0;
margin: -10px 0; }
/* GTK NAMED COLORS
----------------
use responsibly! */

View File

@ -203,3 +203,10 @@ wnck-pager {
}
}
/* Thunar */
// Hide root user warning
.thunar .warning {
opacity: 0;
font-size: 0;
margin: -10px 0;
}