Please add style for .linked.vertical
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu theme |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
can you please add style for linked vertical buttons group?
This should be something like:
/* Middle button (vertical) */
.linked.vertical .entry,
.linked.vertical .button,
.linked.vertical .button:active,
.linked.vertical .button:
.linked.vertical .button:insensitive {
border-
border-
border-
border-radius: 0;
}
/* Top button (vertical) */
.linked.vertical .entry:first-child,
.linked.vertical .button:
.linked.vertical .button:
.linked.vertical .button:
.linked.vertical .button:
border-width: 1px;
border-
border-
border-radius: 8px;
border-
border-
}
/* Bottom button (vertical) */
.linked.vertical .entry:last-child,
.linked.vertical .button:last-child,
.linked.vertical .button:
.linked.vertical .button:
.linked.vertical .button:
border-width: 1px;
border-
border-
border-radius: 8px;
border-
border-
}
/* Linked single button (vertical) */
.linked.vertical .entry:only-child,
.linked.vertical .button:only-child,
.linked.vertical .button:
.linked.vertical .button:
.linked.vertical .button:
border-
border-
border-
border-radius: 8px;
}