Theme update
Adjusting XFCE terminal frame effect to disable for maximized windows.
This commit is contained in:
parent
2961bb319b
commit
996434a2bc
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue