15 lines
246 B
CSS
15 lines
246 B
CSS
* {
|
|
text-shadow: none;
|
|
}
|
|
|
|
/* remove window title from Client-Side Decorations */
|
|
.solid-csd headerbar .title {
|
|
font-size: 0;
|
|
}
|
|
|
|
/* hide extra window decorations/double border */
|
|
window decoration {
|
|
margin: 0;
|
|
border: none;
|
|
padding: 0;
|
|
} |