[InfoBar] Make spacing between message and button stylable
https://bugzilla.gnome.org/show_bug.cgi?id=609401
This commit is contained in:
@ -134,18 +134,22 @@ StTooltip {
|
||||
/* Overlay */
|
||||
|
||||
.info-bar {
|
||||
border-radius: 3px;
|
||||
border: 1px solid #5c5c5c;
|
||||
background: #1e1e1e;
|
||||
color: #cccccc;
|
||||
font-size: 14px;
|
||||
height: 26px;
|
||||
spacing: 8px;
|
||||
}
|
||||
|
||||
.info-bar-panel {
|
||||
padding: 11px;
|
||||
}
|
||||
|
||||
.info-bar-panel > StBin {
|
||||
border-radius: 3px;
|
||||
border: 1px solid #5c5c5c;
|
||||
background: #1e1e1e;
|
||||
height: 26px;
|
||||
}
|
||||
|
||||
.info-bar-link-button {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user