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:
authorStefan Giehl <stefan@piwik.org>2016-09-26 22:58:17 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-09-26 22:58:17 +0300
commit3b09e9abc1f255a3d14c7db98b49894bbab02096 (patch)
tree0c32321cd5140509c4671dbde8170d091beeec3d /plugins/Login/stylesheets
parent5248f6015199a3ddf50a356019589deeeed1a94b (diff)
Materialize login form errors (#10565)
* fixes #10563 - materialize login form errors * updates expected screenshots * cleanup css
Diffstat (limited to 'plugins/Login/stylesheets')
-rw-r--r--plugins/Login/stylesheets/login.less12
1 files changed, 1 insertions, 11 deletions
diff --git a/plugins/Login/stylesheets/login.less b/plugins/Login/stylesheets/login.less
index c3acd40afd..2d9e34f39f 100644
--- a/plugins/Login/stylesheets/login.less
+++ b/plugins/Login/stylesheets/login.less
@@ -76,21 +76,11 @@
/* MESSAGE
***********************/
- .message_error,
.message {
margin: 0 auto;
- border: 1px solid;
+ border: 1px solid #e6db55;
padding: 12px;
- }
-
- .message_error {
- background-color: #ffebe8;
- border-color: #c00;
- }
-
- .message {
background-color: #ffffe0;
- border-color: #e6db55;
}
/* NAVIGATION