Skip to content
This repository was archived by the owner on Jun 9, 2019. It is now read-only.

Commit cb02ef5

Browse files
champjssegoist
authored andcommitted
Add background color to the play-tabs (#47)
* Add background color to the play-tabs The iframe may has non-white color, and made contents in bottom not able to be readed. * Change background color of play-tabs to white
1 parent 5d4090c commit cb02ef5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/AppMain.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,7 @@
122122
border-bottom: 1px solid;
123123
font-size: 12px;
124124
}
125+
.play-tabs {
126+
background-color: white;
127+
}
125128
</style>

0 commit comments

Comments
 (0)