diff options
author | John McLear <john@mclear.co.uk> | 2015-03-31 15:00:43 +0100 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2015-03-31 15:00:43 +0100 |
commit | 24e6e1728a020e38e023df0a09ad38941ba0dd82 (patch) | |
tree | 7e6c099001adca35c215435c855465e34a7b705a /src/static/css/timeslider.css | |
parent | 73073dcbc1e741d4a9e62afad7f76f2838f2237d (diff) | |
download | etherpad-lite-24e6e1728a020e38e023df0a09ad38941ba0dd82.zip |
I came to bring the rain.. Let me get my coat... Fix focus on timeslider import export
Diffstat (limited to 'src/static/css/timeslider.css')
-rw-r--r-- | src/static/css/timeslider.css | 19 |
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; +} + |