diff --git a/src/paperwork/frontend/application.css b/src/paperwork/frontend/application.css index 854215f3..ab492e6a 100644 --- a/src/paperwork/frontend/application.css +++ b/src/paperwork/frontend/application.css @@ -6,3 +6,17 @@ border-style: solid; border-right-width: 1px; } + +.page-nb-left { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right-width: 0; +} +.page-nb-center { + border-radius: 0; + border-right-width: 0; +} +.page-nb-right { + border-top-left-radius: 0; + border-bottom-left-radius: 0; +} diff --git a/src/paperwork/frontend/mainwindow/mainwindow.glade b/src/paperwork/frontend/mainwindow/mainwindow.glade index 36c0865a..634d69f4 100644 --- a/src/paperwork/frontend/mainwindow/mainwindow.glade +++ b/src/paperwork/frontend/mainwindow/mainwindow.glade @@ -287,6 +287,9 @@ 4 4 False + False @@ -299,6 +302,9 @@ True False + False @@ -312,6 +318,9 @@ False True False + True