mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-01-10 13:48:14 +08:00
logo抠图为透明;小改动
This commit is contained in:
parent
bb90f5b360
commit
b7fd9dc269
@ -18,7 +18,7 @@ body {
|
||||
#popup header {
|
||||
width: inherit;
|
||||
height: 40px;
|
||||
background: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
|
||||
background: #ffd13fcf;
|
||||
}
|
||||
#popup header #logo {
|
||||
height: inherit;
|
||||
@ -29,16 +29,11 @@ body {
|
||||
line-height: 40px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
#popup header #weather #weatherSiteSelet{
|
||||
#popup header #weather #weatherSiteSelet {
|
||||
border: none;
|
||||
appearance:none;
|
||||
background: transparent
|
||||
appearance: none;
|
||||
background: transparent;
|
||||
}
|
||||
/* #popup header #weather #weatherSite {
|
||||
font-size: 13px;
|
||||
margin-right: 5px;
|
||||
} */
|
||||
#popup header #weather #svg_w {
|
||||
height: 15px;
|
||||
vertical-align: text-bottom;
|
||||
|
@ -20,7 +20,7 @@ body {
|
||||
header{
|
||||
width: inherit;
|
||||
height: 40px;
|
||||
background: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);;
|
||||
background: #ffd13fcf;
|
||||
#logo {
|
||||
height: inherit;
|
||||
}
|
||||
@ -29,10 +29,15 @@ body {
|
||||
height: 100%;
|
||||
line-height: 40px;
|
||||
margin-right: 10px;
|
||||
#weatherSite{
|
||||
font-size: 13px;
|
||||
margin-right: 5px;
|
||||
#weatherSiteSelet {
|
||||
border: none;
|
||||
appearance:none;
|
||||
background: transparent
|
||||
}
|
||||
// #weatherSite{
|
||||
// font-size: 13px;
|
||||
// margin-right: 5px;
|
||||
// }
|
||||
#svg_w{
|
||||
height: 15px;
|
||||
vertical-align: text-bottom;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 95 KiB |
Loading…
Reference in New Issue
Block a user