Move #XfceNotifyWindow code to apps/_xfce.scss

pull/709/head
Renjaya Raga Zenta 2018-06-06 22:23:43 +07:00
parent c8d46c713d
commit ef1a6928ae
4 changed files with 30 additions and 30 deletions
src
gtk-3.0/scss
gtk-3.20/scss

View File

@ -23,4 +23,17 @@
.menu { -gtk-image-effect: none; }
}
#XfceNotifyWindow {
background-color: $osd_bg;
color: $osd_fg;
border-radius: $roundness;
border: 1px solid border_normal($osd_bg);
GtkLabel {
&#summary {
font-weight: bold;
}
}
}
}

View File

@ -128,17 +128,4 @@
background-image: none;
}
}
#XfceNotifyWindow {
background-color: $osd_bg;
color: $osd_fg;
border-radius: $roundness;
border: 1px solid border_normal($osd_bg);
GtkLabel {
&#summary {
font-weight: bold;
}
}
}
}

View File

@ -27,4 +27,21 @@
text-shadow: none;
}
}
#XfceNotifyWindow {
.osd {
background-color: $osd_bg;
color: $osd_fg;
border-radius: $roundness;
border: 1px solid border_normal($osd_bg);
}
&.osd {
label {
&#summary {
font-weight: bold;
}
}
}
}
}

View File

@ -263,21 +263,4 @@
}
}
}
#XfceNotifyWindow {
.osd {
background-color: $osd_bg;
color: $osd_fg;
border-radius: $roundness;
border: 1px solid border_normal($osd_bg);
}
&.osd {
label {
&#summary {
font-weight: bold;
}
}
}
}
}