mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-26 23:24:29 +02:00
minimum of 24px for toolbars and margin for toolbars inside frames
This commit is contained in:
parent
6d70401ca5
commit
15844f8066
@ -1174,11 +1174,17 @@ toolbar {
|
||||
}
|
||||
|
||||
toolbar button {
|
||||
min-width: 24px;
|
||||
min-height: 24px;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
border-color: transparent; /* invisible button */
|
||||
}
|
||||
|
||||
frame toolbar {
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
|
||||
/*******************
|
||||
* tooltip popover *
|
||||
|
Loading…
x
Reference in New Issue
Block a user