summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css')
-rw-r--r--core/css/icons.css2
-rw-r--r--core/css/styles.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/core/css/icons.css b/core/css/icons.css
index b41c7338612..cdfdd8e43ef 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -24,7 +24,7 @@
.icon-noise {
background-image: url('../img/noise.png');
- background-repeat: no-repeat;
+ background-repeat: repeat;
}
diff --git a/core/css/styles.css b/core/css/styles.css
index bf9ca835dca..69cf6df07d0 100644
--- a/core/css/styles.css
+++ b/core/css/styles.css
@@ -175,6 +175,7 @@ button, .button,
border: 1px solid rgba(190,190,190,.9);
cursor: pointer;
border-radius: 3px;
+ outline: none;
}
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="button"]:hover, input[type="button"]:focus,