Skip to content

Commit 90fbabe

Browse files
committed
3.1.0-b21
1 parent 732cf25 commit 90fbabe

3 files changed

Lines changed: 21 additions & 12 deletions

File tree

ext-mgr-plus_build_changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### 3.1.0-b21
2+
* CSS: Korrekturen und Optimierung bei Nested CSS.
3+
14
#### 3.1.0-b20
25
* Code Modernisierung bei CSS:
36
* Weitestgehende Umstellung der klassischen Notation auf verschachtelte Notation.

lukewcs/extmgrplus/adm/style/acp_ext_mgr_plus.css

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ code {
9595

9696
/* confirm_box (phpBB) */
9797

98-
#confirm h2 {
99-
margin-bottom: 0.25em;
100-
}
98+
/* #confirm h2 { */
99+
/* margin-bottom: 0.25em; */
100+
/* } */
101101

102102
/* button:is(.button1, .button2) { */
103103
/* color: #000000; */
@@ -120,12 +120,19 @@ code {
120120
/* font-weight: bold; */
121121
/* } */
122122

123-
button {
124-
&:is(.button1, .button2) {
123+
#confirm {
124+
/*
125+
confirm_box (phpBB)
126+
*/
127+
128+
& h2 {
129+
margin-bottom: 0.25em;
130+
}
131+
132+
& :is(.button1, .button2) {
125133
color: #000000;
126134
background-image: -webkit-linear-gradient(top, #d2d2d2 0%, #efefef 100%);
127135
background-image: linear-gradient(to bottom, #d2d2d2 0%, #efefef 100%);
128-
padding: 3px 2px;
129136
border: 1px solid #666666;
130137
font-size: 0.85em;
131138
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
@@ -138,7 +145,7 @@ button {
138145
}
139146
}
140147

141-
&.button1 {
148+
& .button1 {
142149
font-weight: bold;
143150
}
144151
}
@@ -311,7 +318,6 @@ legend {
311318
}
312319
}
313320

314-
315321
/* LukeWCSphpBBConfirmBox */
316322

317323
/* div.lukewcs_confirmbox { */
@@ -488,15 +494,15 @@ fieldset.ext_properties dd {
488494
border: 1px solid #cccccc;
489495
border-radius: 3px;
490496

491-
summary {
497+
& summary {
492498
padding: 0.25em 0.5em;
493499
cursor: pointer;
494500
-webkit-user-select: none;
495501
-moz-user-select: none;
496502
-ms-user-select: none;
497503
}
498504

499-
div {
505+
& div {
500506
border-top: 1px solid #cccccc;
501507
font-size: inherit;
502508
padding: 0.25em 0;

lukewcs/extmgrplus/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "phpbb-extension",
44
"description": "Adds the option to disable and re-enable all installed extensions at once to the extension management. Individual selections can be made using checkboxes. In addition, sequence groups and dependencies can be defined or extensions can be ignored. The version check is carried out in blocks and provides detailed information. Additional information is displayed in the extension management.",
55
"homepage": "https://github.com/LukeWCS/ext-mgr-plus",
6-
"version": "3.1.0-b20",
7-
"time": "2025-10-13",
6+
"version": "3.1.0-b21",
7+
"time": "2025-10-14",
88
"license": "GPL-2.0-only",
99
"authors": [
1010
{

0 commit comments

Comments
 (0)