mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-22 18:08:54 +00:00
Compare commits
5 commits
a279722cb6
...
54b0def3f2
Author | SHA1 | Date | |
---|---|---|---|
|
54b0def3f2 | ||
|
1b2ac50cfd | ||
|
779bec5fcf | ||
|
f512af1823 | ||
|
4b2a24ba5e |
9 changed files with 24 additions and 28 deletions
1
.github/setup-exiftool.sh
vendored
1
.github/setup-exiftool.sh
vendored
|
@ -10,5 +10,4 @@
|
||||||
#
|
#
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y parallel libimage-exiftool-perl
|
sudo apt-get install -y parallel libimage-exiftool-perl
|
||||||
|
|
1
.github/setup-sphinx.sh
vendored
1
.github/setup-sphinx.sh
vendored
|
@ -11,7 +11,6 @@
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -q -y sphinxsearch
|
sudo apt-get install -q -y sphinxsearch
|
||||||
|
|
||||||
DIR=$(dirname "$0")
|
DIR=$(dirname "$0")
|
||||||
|
|
1
.github/setup-unbuffer.sh
vendored
1
.github/setup-unbuffer.sh
vendored
|
@ -10,5 +10,4 @@
|
||||||
#
|
#
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y expect-dev
|
sudo apt-get install -y expect-dev
|
||||||
|
|
1
.github/setup-webserver.sh
vendored
1
.github/setup-webserver.sh
vendored
|
@ -11,7 +11,6 @@
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y nginx coreutils
|
sudo apt-get install -y nginx coreutils
|
||||||
|
|
||||||
sudo service nginx stop
|
sudo service nginx stop
|
||||||
|
|
16
.github/workflows/tests.yml
vendored
16
.github/workflows/tests.yml
vendored
|
@ -28,6 +28,10 @@ jobs:
|
||||||
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update Ubuntu package lists
|
||||||
|
run: |
|
||||||
|
sudo apt-get update -y --allow-releaseinfo-change
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
@ -158,6 +162,10 @@ jobs:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update Ubuntu package lists
|
||||||
|
run: |
|
||||||
|
sudo apt-get update -y --allow-releaseinfo-change
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -299,6 +307,10 @@ jobs:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update Ubuntu package lists
|
||||||
|
run: |
|
||||||
|
sudo apt-get update -y --allow-releaseinfo-change
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
@ -397,6 +409,10 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Update Ubuntu package lists
|
||||||
|
run: |
|
||||||
|
sudo apt-get update -y --allow-releaseinfo-change
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
@ -627,7 +627,6 @@ li {
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: inherit;
|
cursor: inherit;
|
||||||
outline-style: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||||
|
@ -1173,10 +1172,6 @@ optgroup, select {
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
select:focus {
|
|
||||||
outline-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
optgroup {
|
optgroup {
|
||||||
font-size: 1.00em;
|
font-size: 1.00em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -1442,7 +1437,6 @@ input:focus, textarea:focus {
|
||||||
border: 1px solid #BC2A4D;
|
border: 1px solid #BC2A4D;
|
||||||
background-color: #E9E9E2;
|
background-color: #E9E9E2;
|
||||||
color: #BC2A4D;
|
color: #BC2A4D;
|
||||||
outline-style: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
@media only screen and (max-width: 700px), only screen and (max-device-width: 700px)
|
||||||
|
@ -1592,11 +1586,6 @@ input.disabled {
|
||||||
color: #666666;
|
color: #666666;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Focus states */
|
|
||||||
input.button1:focus, input.button2:focus {
|
|
||||||
outline-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* jQuery popups
|
/* jQuery popups
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.phpbb_alert {
|
.phpbb_alert {
|
||||||
|
|
|
@ -112,3 +112,11 @@ ul {
|
||||||
abbr[title] {
|
abbr[title] {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fixes accessibility issue introduced by `normalize.css` by re-adding outline
|
||||||
|
* to elements covered by the mouse when they are navigated into via keyboard
|
||||||
|
*/
|
||||||
|
a:hover {
|
||||||
|
outline: revert;
|
||||||
|
}
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
.button:focus,
|
.button:focus,
|
||||||
.button:hover {
|
.button:hover {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
outline: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.caret {
|
.caret {
|
||||||
|
|
|
@ -27,10 +27,6 @@ select {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
select:focus {
|
|
||||||
outline-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
option {
|
option {
|
||||||
padding-right: 1em;
|
padding-right: 1em;
|
||||||
}
|
}
|
||||||
|
@ -268,8 +264,6 @@ fieldset.submit-buttons input {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
outline: 3px dashed transparent;
|
|
||||||
outline-offset: -4px;
|
|
||||||
-webkit-transition: all .5s ease, height 1ms linear;
|
-webkit-transition: all .5s ease, height 1ms linear;
|
||||||
-moz-transition: all .5s ease, height 1ms linear;
|
-moz-transition: all .5s ease, height 1ms linear;
|
||||||
-ms-transition: all .5s ease, height 1ms linear;
|
-ms-transition: all .5s ease, height 1ms linear;
|
||||||
|
@ -296,7 +290,6 @@ fieldset.submit-buttons input {
|
||||||
|
|
||||||
.inputbox:hover, .inputbox:focus {
|
.inputbox:hover, .inputbox:focus {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
outline-style: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input.inputbox { width: 85%; }
|
input.inputbox { width: 85%; }
|
||||||
|
@ -383,11 +376,6 @@ input.disabled {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Focus states */
|
|
||||||
input.button1:focus, input.button2:focus, input.button3:focus {
|
|
||||||
outline-style: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Topic and forum Search */
|
/* Topic and forum Search */
|
||||||
.search-box {
|
.search-box {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Add table
Reference in a new issue