Fix white toolbar on top

This commit is contained in:
Gobinath 2019-01-21 17:15:11 -05:00
parent 025bb1f4b4
commit dceb5776bb
2 changed files with 30 additions and 11 deletions

View File

@ -21,10 +21,11 @@
.window_main {
background: black;
opacity: 0.9;
border-color: transparent;
}
.btn_skip {
color: white;
color: white;
font-size: 10pt;
border-radius: 25px;
padding-top: 10px;
@ -42,8 +43,8 @@
color: black;
}
.btn_postpone{
color: white;
.btn_postpone {
color: white;
font-size: 10pt;
border-radius: 25px;
padding-top: 10px;
@ -78,7 +79,7 @@
}
.btn_circle {
border-radius: 25px;
border-radius: 25px;
}
.lbl_plugin_name {
@ -94,7 +95,9 @@
border-radius: 5px;
}
.toolbar {
.toolbar,
.top_viewport {
background: black;
opacity: 0.9;
border-color: transparent;
}

View File

@ -33,6 +33,9 @@
<property name="deletable">False</property>
<property name="gravity">center</property>
<signal name="delete-event" handler="on_window_delete" swapped="no"/>
<child>
<placeholder/>
</child>
<child>
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
@ -192,19 +195,29 @@
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkToolbar" id="toolbar">
<object class="GtkViewport">
<property name="name">top_viewport</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
<property name="toolbar_style">icons</property>
<property name="icon_size">2</property>
<child>
<object class="GtkToolbar" id="toolbar">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="valign">start</property>
<property name="toolbar_style">icons</property>
<property name="icon_size">2</property>
<style>
<class name="toolbar"/>
</style>
</object>
</child>
<style>
<class name="toolbar"/>
<class name="top_viewport"/>
</style>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
@ -219,6 +232,9 @@
<property name="position">1</property>
</packing>
</child>
<style>
<class name="box_top_panel"/>
</style>
</object>
<packing>
<property name="left_attach">0</property>