Theme update

Adjusting XFCE terminal frame effect to disable for maximized windows.
This commit is contained in:
EMH-Mark-I 2022-05-12 20:55:00 -05:00
parent 2961bb319b
commit 996434a2bc
1 changed files with 5 additions and 0 deletions

View File

@ -228,6 +228,11 @@ wnck-pager {
border-image: url("../assets/frame_inset.png"); border-image: url("../assets/frame_inset.png");
border-image-slice: 2 2 2 2; border-image-slice: 2 2 2 2;
box-shadow: none; } box-shadow: none; }
.maximized #xfce4-terminal-notebook overlay > box,
.maximized #xfce4-terminal-notebook stack > box {
border: none;
border-image: none;
box-shadow: none; }
#xfce4-terminal-notebook header tabs tab box { #xfce4-terminal-notebook header tabs tab box {
padding: 0px; padding: 0px;
margin-top: -4px; margin-top: -4px;