Skip to content

Commit

Permalink
! that style was somehow dropped in 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuds committed Jul 16, 2022
1 parent f2dcf81 commit 1e60033
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion themes/default/css/_light/index_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ div.bbc_footnotes .meaction {
*/

/* Level 1 Menu bar: link or button. General styling. */
.linklevel1, .linklevel1:link, .linklevel1:visited {
.linklevel1, .linklevel1:link, .linklevel1:visited, .quickbuttons .inline_mod_check {
border-color: #AFAFAF;
border-top-color: #CFCFCF;
border-left-color: #BFBFBF;
Expand Down
10 changes: 5 additions & 5 deletions themes/default/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1751,8 +1751,9 @@ nav > .quickbuttons {
}

.quickbuttons .inline_mod_check {
margin: 4px 4px 4px 0;
margin: 4px 0 0 0;
padding: 0 4px;
border: 1px solid;
}

/* @todo - Save code by amalgamating common button background declarations. */
Expand Down Expand Up @@ -1824,13 +1825,12 @@ nav > .quickbuttons {
.quick_edit:before {background-position: 0 -456px;}
.reacts_button:before {background-position: 0 -480px;}

/* Radius left end of the first (Quote) button. */
.linklevel1.quote_button {
/* Radius the ends of the first/last button. */
.quickbuttons li:last-child, .quickbuttons li:last-child a {
border-radius: 2px 0 0 2px;
}

/* Radius right end of the last button. */
.linklevel1.post_options, .linklevel1.remove_button {
.quickbuttons li:first-child, .quickbuttons li:first-child a {
border-radius: 0 2px 2px 0;
}

Expand Down

0 comments on commit 1e60033

Please sign in to comment.