mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-09-26 03:08:40 +02:00
Updates
Adjusts the min,max,close button posistions
This commit is contained in:
parent
74edefdf34
commit
8823343ef7
@ -2174,7 +2174,7 @@ window.ssd .titlebar:backdrop label{
|
||||
|
||||
headerbar,
|
||||
.titlebar {
|
||||
padding: 3px;
|
||||
padding: 0px;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
margin: 0px;
|
||||
@ -2324,7 +2324,6 @@ button.titlebutton:checked:not(.appmenu) {
|
||||
padding: 0px;
|
||||
border-top: 0px;
|
||||
border-left: 0px;
|
||||
background-position: 1px 1px, center 2px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
@ -2391,11 +2390,14 @@ button.titlebutton:checked:not(.appmenu) {
|
||||
}
|
||||
|
||||
/* Groups these buttons together */
|
||||
.titlebutton.close {
|
||||
margin-right: 0px;
|
||||
margin-left: -4px;
|
||||
.titlebutton.minimize {
|
||||
margin-right: -4px;
|
||||
}
|
||||
.titlebutton.maximize {
|
||||
margin-left: -4px;
|
||||
}
|
||||
|
||||
.titlebutton.close {
|
||||
margin-left: -6px;
|
||||
}
|
||||
|
||||
@ -2455,6 +2457,8 @@ grid viewport box scrolledwindow viewport {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* printdialog */
|
||||
|
||||
printdialog notebook > stack > box {
|
||||
padding: 10px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user