Revert "Recover thunar root user warning"
This reverts commit 85257bbe4aa4979f0cb244aa1a424ae615d76ab9.
This commit is contained in:
parent
a6b929b9c4
commit
e3dd7c9f56
@ -5308,6 +5308,12 @@ wnck-pager {
|
|||||||
background: #2777ff;
|
background: #2777ff;
|
||||||
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2); }
|
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
|
/* GTK NAMED COLORS
|
||||||
----------------
|
----------------
|
||||||
use responsibly! */
|
use responsibly! */
|
||||||
|
|||||||
@ -5308,6 +5308,12 @@ wnck-pager {
|
|||||||
background: #2777ff;
|
background: #2777ff;
|
||||||
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2); }
|
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
|
/* GTK NAMED COLORS
|
||||||
----------------
|
----------------
|
||||||
use responsibly! */
|
use responsibly! */
|
||||||
|
|||||||
@ -5329,6 +5329,12 @@ wnck-pager {
|
|||||||
background: #2777ff;
|
background: #2777ff;
|
||||||
box-shadow: inset 0 -2px rgba(0, 0, 0, 0.2); }
|
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
|
/* GTK NAMED COLORS
|
||||||
----------------
|
----------------
|
||||||
use responsibly! */
|
use responsibly! */
|
||||||
|
|||||||
@ -203,3 +203,10 @@ wnck-pager {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Thunar */
|
||||||
|
// Hide root user warning
|
||||||
|
.thunar .warning {
|
||||||
|
opacity: 0;
|
||||||
|
font-size: 0;
|
||||||
|
margin: -10px 0;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user