summaryrefslogtreecommitdiff
path: root/src/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/css')
-rw-r--r--src/static/css/timeslider.css19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css
index 49f89421..7bff7341 100644
--- a/src/static/css/timeslider.css
+++ b/src/static/css/timeslider.css
@@ -78,6 +78,7 @@
width: 44px;
text-align:center;
vertical-align:middle;
+ background:none;
}
#playpause_button {
right: 77px;
@@ -125,7 +126,7 @@
font-family: fontawesome-etherpad;
border-radius:2px;
border: #666 solid 1px;
- line-height:18px;
+/* line-height:18px; */
text-align:center;
height:22px;
color:#666;
@@ -337,3 +338,19 @@ OL {
.list-number6 {
list-style-type: lower-roman
}
+
+button{
+ margin:0;
+ padding:0;
+ cursor:pointer;
+}
+
+button::-moz-focus-inner {
+ padding: 0;
+ border: 0
+}
+
+button:focus{
+ border: 1px solid #666;
+}
+