Reverting the "no title when maximized" change, better tab style,
Editor tab icon now correctly set to the left of the label (see issue #3446)
This commit is contained in:
@@ -534,6 +534,19 @@ paned > separator {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#MainNotebook > header.left tab image {
|
||||
margin: 0.5em 0 0 0;
|
||||
}
|
||||
#MainNotebook > header.top tab image {
|
||||
margin: 0 0.5em 0 0;
|
||||
}
|
||||
#MainNotebook > header.left tab {
|
||||
margin: 0.5em 0 0.5em 0;
|
||||
}
|
||||
#MainNotebook > header.top tab {
|
||||
margin: 0 0.5em 0 0.5em;
|
||||
}
|
||||
|
||||
#MainNotebook header {
|
||||
/* OK */
|
||||
background-color: #2A2A2A;
|
||||
|
Reference in New Issue
Block a user