File tree Expand file tree Collapse file tree 10 files changed +4
-4
lines changed
Packages/webxr/Hidden~/WebGLTemplates
WebXRFullView2020/TemplateData Expand file tree Collapse file tree 10 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ body { padding: 0; margin: 0 }
4
4
# unity-canvas { background : {{{ BACKGROUND_COLOR }}} }
5
5
# unity-loading-bar { position : absolute; left : 50% ; top : 50% ; transform : translate (-50% , -50% ); display : none }
6
6
# unity-logo { width : 154px ; height : 130px ; background : url ('unity-logo-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
7
- # unity-progress-bar-empty { width : 141px ; height : 18px ; margin-top : 10px ; background : url ('progress-bar-empty-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
7
+ # unity-progress-bar-empty { width : 141px ; height : 18px ; margin-top : 10px ; margin-left : 6.5 px ; background : url ('progress-bar-empty-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
8
8
# unity-progress-bar-full { width : 0% ; height : 18px ; margin-top : 10px ; background : url ('progress-bar-full-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
9
9
# unity-footer { position : relative }
10
10
# unity-webgl-logo { float : left; width : 204px ; height : 38px ; background : url ('webgl-logo.png' ) no-repeat center }
11
11
# unity-build-title { float : right; margin-right : 10px ; line-height : 38px ; font-family : arial; font-size : 18px }
12
- # unity-fullscreen-button { float : right; width : 38px ; height : 38px ; background : url ('fullscreen-button.png' ) no-repeat center }
12
+ # unity-fullscreen-button { cursor : pointer; float : right; width : 38px ; height : 38px ; background : url ('fullscreen-button.png' ) no-repeat center }
13
13
# unity-webxr-link { float : left; margin-right : 10px ; line-height : 38px ; font-family : arial; font-size : 18px }
14
14
# entervr : enabled { float : right; width : 38px ; height : 38px ; background-color : # 1eaed3 ; display : inline-block; border : 0 ; }
15
15
# enterar : enabled { float : right; width : 38px ; height : 38px ; background-color : # 1eaed3 ; display : inline-block; border : 0 ; }
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ body { padding: 0; margin: 0 }
4
4
# unity-canvas { background : {{{ BACKGROUND_COLOR }}} }
5
5
# unity-loading-bar { position : absolute; left : 50% ; top : 50% ; transform : translate (-50% , -50% ); display : none }
6
6
# unity-logo { width : 154px ; height : 130px ; background : url ('unity-logo-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
7
- # unity-progress-bar-empty { width : 141px ; height : 18px ; margin-top : 10px ; background : url ('progress-bar-empty-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
7
+ # unity-progress-bar-empty { width : 141px ; height : 18px ; margin-top : 10px ; margin-left : 6.5 px ; background : url ('progress-bar-empty-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
8
8
# unity-progress-bar-full { width : 0% ; height : 18px ; margin-top : 10px ; background : url ('progress-bar-full-{{{ SPLASH_SCREEN_STYLE.toLowerCase() }}}.png' ) no-repeat center }
9
9
# unity-footer { position : fixed; width : 100% ; bottom : 0 ; margin-top : 5px ; line-height : 38px ; }
10
10
# unity-webgl-logo { float : left; width : 204px ; height : 38px ; background : url ('webgl-logo.png' ) no-repeat center }
11
11
# unity-build-title { float : right; margin-right : 10px ; line-height : 38px ; font-family : arial; font-size : 18px }
12
- # unity-fullscreen-button { float : right; width : 38px ; height : 38px ; background : url ('fullscreen-button.png' ) no-repeat center }
12
+ # unity-fullscreen-button { cursor : pointer; float : right; width : 38px ; height : 38px ; background : url ('fullscreen-button.png' ) no-repeat center }
13
13
# unity-webxr-link { float : left; margin-right : 10px ; line-height : 38px ; font-family : arial; font-size : 18px }
14
14
# entervr : enabled { float : right; width : 38px ; height : 38px ; background-color : # 1eaed3 ; display : inline-block; border : 0 ; }
15
15
# enterar : enabled { float : right; width : 38px ; height : 38px ; background-color : # 1eaed3 ; display : inline-block; border : 0 ; }
You can’t perform that action at this time.
0 commit comments