forked from AuroraMiddleware/gtk
win32 theme: Remove special case for notebooks
The special case is coded into Wine, but it makes notebooks disappear wrong. So remove it.
This commit is contained in:
parent
5d34ee729d
commit
39bfac0876
@ -519,22 +519,6 @@ notebook > header > tabs > tab:only-child:checked {
|
||||
margin: -2px;
|
||||
}
|
||||
|
||||
notebook > header.top > tabs > tab:checked {
|
||||
margin-bottom: -1px;
|
||||
}
|
||||
|
||||
notebook > header.right > tabs > tab:checked {
|
||||
margin-left: -1px;
|
||||
}
|
||||
|
||||
notebook > header.bottom > tabs > tab:checked {
|
||||
margin-top: -1px;
|
||||
}
|
||||
|
||||
notebook > header.left > tabs > tab:checked {
|
||||
margin-right: -1px;
|
||||
}
|
||||
|
||||
/* Scrollbars */
|
||||
|
||||
/* TODO: Win32 has different concept for upper and lower trough, we
|
||||
|
Loading…
Reference in New Issue
Block a user