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:
Diffstat (limited to 'tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css')
-rw-r--r--tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css b/tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css
index 6637cea7b7..f97cd83fe0 100644
--- a/tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css
+++ b/tests/PHPUnit/Unit/AssetManager/stylesheets/ExpectedMergeResult.css
@@ -1,15 +1,19 @@
/* compile_me_once={{{CACHE-BUSTER-JS}}} */
/* Matomo CSS file is compiled with Less. You may be interested in writing a custom Theme for Matomo! */
-#page #header { color:white; }
-#footer { color:red; }
+#page #header {
+ color: #ffffff;
+}
+#footer {
+ color: #ff0000;
+}
.box {
- color:#fe33ac;
- border-color:#fdcdea;
+ color: #fe33ac;
+ border-color: #fdcdea;
}
.box div {
- -webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
- -moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
- box-shadow:0 0 5px rgba(0,0,0,0.3);
+ -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
+ -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
+ box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
h1 {
color: orange;