removed CSS rule to prevent shrinking of gnome-terminal

This commit is contained in:
Pascal Zingg 2015-10-21 11:19:08 +02:00
parent 6a5f14cfe6
commit d00730500f
1 changed files with 1 additions and 2 deletions

View File

@ -291,7 +291,6 @@
.notebook tab .button:active,
.notebook tab .button:hover {
color: @backdrop_text;
border: none;
background-image: none;
background: none;
border-radius: 4px;
@ -330,4 +329,4 @@
.notebook tab .button:backdrop:hover {
color: @backdrop_foreground;
}
}