summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-29 12:38:57 +0200
committerraveit65 <[email protected]>2017-03-29 12:39:28 +0200
commitf3a406dc66de1b3031a3e1091832b0ed968afc90 (patch)
tree2adda60557072ab798d9ca07de61625e463a301a
parent5690952cd4a7705f14e79d77d435b3f88dc2b6dc (diff)
downloadmate-themes-f3a406dc66de1b3031a3e1091832b0ed968afc90.tar.bz2
mate-themes-f3a406dc66de1b3031a3e1091832b0ed968afc90.tar.xz
Gtk+-3.20 submarine: eliminate wrong border-color for lockscreen
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
index c5e8b807..387f9bf4 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css
@@ -1211,7 +1211,7 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b
background-color: @theme_dark_dialog_bg_color;
}
-.lock-dialog frame {
+.lock-dialog frame border {
border-radius: 10px;
border-style: none;
border-width: 0px;
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index 3b101f3c..be22ffd3 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -1227,7 +1227,7 @@ GvcMixerDialog notebook.frame box.vertical box.horizontal box.horizontal frame b
background-color: @theme_dark_dialog_bg_color;
}
-.lock-dialog frame {
+.lock-dialog frame border {
border-radius: 10px;
border-style: none;
border-width: 0px;