Merge pull request #3659 from expsa/change_theme_background
Change theme background
This commit is contained in:
commit
4ac3202f9b
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
|
|
@ -103,7 +103,8 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (max-width: 319px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
// test
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -702,7 +703,7 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (min-width: 320px) and (max-width: 420px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -1313,7 +1314,7 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (min-width: 421px) and (max-width: 767px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -1924,7 +1925,7 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (min-width: 768px) and (max-width: 1024px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -2409,7 +2410,7 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (min-width: 896px) and (max-width: 1024px) and (min-device-height: 1250px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -2540,7 +2541,7 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (min-width: 1025px) and (max-width: 1200px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -3063,7 +3064,7 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (min-width: 1201px) and (max-width: 1599px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -3585,7 +3586,7 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (min-width: 1600px) and (max-width: 1919px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -4095,7 +4096,7 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (min-width: 1920px) and (max-width: 2559px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -4568,7 +4569,7 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (min-width: 2560px) and (max-width: 3839px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -5040,7 +5041,7 @@ body.o_home_menu_background header .o_main_navbar {
|
|||
|
||||
@media screen and (min-width: 3840px) {
|
||||
body.o_home_menu_background {
|
||||
background-image: url(../img/app_drawer.avif);
|
||||
background-image: url(../img/bg_app_drawer.png);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
|
|||
Loading…
Reference in New Issue