Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Winkler <git@lw1.at>2021-04-01 07:59:11 +0300
committerGitHub <noreply@github.com>2021-04-01 07:59:11 +0300
commitfe2b753cae20a67084228c70bbf438b53bde29f1 (patch)
treecec481184c25631451a287ff4ee2d092ea6d6ef7 /plugins/Installation
parent5c5b324fef5acd736609d83fb81bab538d2783e8 (diff)
better systemcheck error boxes (#17416)
Diffstat (limited to 'plugins/Installation')
-rw-r--r--plugins/Installation/stylesheets/systemCheckPage.less29
1 files changed, 15 insertions, 14 deletions
diff --git a/plugins/Installation/stylesheets/systemCheckPage.less b/plugins/Installation/stylesheets/systemCheckPage.less
index ab65a8cdfa..72361b7531 100644
--- a/plugins/Installation/stylesheets/systemCheckPage.less
+++ b/plugins/Installation/stylesheets/systemCheckPage.less
@@ -2,20 +2,21 @@
width: 40%;
}
-.error {
- color: red;
- font-size: 100%;
- font-weight: bold;
- border: 2px solid red;
- width: 550px;
- padding: 20px;
- margin-bottom: 10px;
-}
-
-.error img {
- border: 0;
- float: right;
- margin: 10px;
+.system-check {
+ td.error {
+ color: red;
+ font-size: 100%;
+ font-weight: bold;
+ border: 2px solid red!important;
+ width: 550px;
+ padding: 20px;
+ margin-bottom: 10px;
+ img {
+ border: 0;
+ float: right;
+ margin: 10px;
+ }
+ }
}
.system-check .icon-ok {