diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-07 11:36:44 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-05-07 11:36:44 -0400 |
| commit | e5bcf3ba79dfa170d34bf85afafc8cbfed0f3c34 (patch) | |
| tree | eeda8e51c0c585f7a3613b4e96abc921d021e495 /www/css | |
| parent | 5497a287a3279cf7c0999c40b87f95c6d82cef3e (diff) | |
#623 copy/paste enabled
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 1260d3a9..bb019901 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -126,6 +126,18 @@ ion-popover-view.fit ion-content { } + + +.selectable { + + -webkit-user-select: text !important; + -khtml-user-select: text !important; + -moz-user-select: text !important; + -ms-user-select: text !important; + -o-user-select: text !important; + user-select: text !important; + +} /*.modal { top: 100; @@ -681,6 +693,7 @@ progress[role] /* appearance: none;*/ -moz-appearance: none; -webkit-appearance: none; + appearance:none; /* gets rid of default border in Firefox and Opera. */ border: none; /* Needs to be in here for Safari polyfill so background images work as expected. */ @@ -880,6 +893,7 @@ input[type=range]::-webkit-slider-thumb { font-size: 2em; border: 1px solid #ddd; -webkit-appearance: none; + appearance:none; } .pin-background.scroll-content { @@ -1333,8 +1347,10 @@ videogular div.event-time { display: inline-flex; -webkit-box-direction: normal; -moz-box-direction: normal; + box-direction:normal; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; + box-orient:horizontal; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; @@ -1343,6 +1359,7 @@ videogular div.event-time { flex-wrap: nowrap; -webkit-box-pack: center; -moz-box-pack: center; + box-pack:center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; @@ -1351,6 +1368,7 @@ videogular div.event-time { align-content: center; -webkit-box-align: center; -moz-box-align: center; + box-align:center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; |
