diff options
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 11 | ||||
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 62 |
2 files changed, 67 insertions, 6 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 349315f7..1a468862 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -4430,20 +4430,19 @@ GtkExpander:checked { **************/
GtkCalendar {
- border-radius: 3px;
- border-color: shade (@theme_fg_color, 0.8);
- padding: 1px 1px 3px 1px;
+ padding: 1px;
}
GtkCalendar.view {
- border-radius: 3px;
+ border-radius: 4px;
border-style: solid;
border-width: 1px;
- padding: 2px;
+ border-color: @notebook_border;
+ padding: 0px;
}
GtkCalendar.header {
- border-radius: 3px 3px 0px 0px;
+ border-radius: 4px 4px 0px 0px;
background-image: linear-gradient(to bottom,
shade(@theme_bg_color, 1.04),
shade(@theme_bg_color, 0.89));
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 793ab363..77da1342 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -999,6 +999,68 @@ MatePanelApplet .horizontal .vertical .frame { to (alpha(shade(@menu_bg_dark_color, 0.57) ,0.6))); } +CalendarWindow#MatePanelPopupWindow { + border-radius: 0px 0px 4px 4px; + border-style: none; + border-width: 0px; + background-color: @theme_bg_dark_color; +} + +CalendarWindow#MatePanelPopupWindow .frame { + border-radius: 0px 0px 4px 4px; + border-style: solid; + border-width: 1px; + border-color: shade(@theme_selected_bg_color, 1.3); + background-color: @theme_bg_dark_color; + color: @menu_fg_dark_color; +} + +CalendarWindow#MatePanelPopupWindow GtkCalendar.view { + border-color: shade(@theme_selected_bg_color, 1.3); +} + +CalendarWindow#MatePanelPopupWindow GtkCalendar.header { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade (@theme_bg_dark_color, 1.00)), + to (shade (@theme_bg_dark_color, 0.95))); + color: @menu_fg_dark_color; +} + +CalendarWindow#MatePanelPopupWindow GtkCalendar.button { + color: @menu_fg_dark_color; +} + +CalendarWindow#MatePanelPopupWindow GtkCalendar.button:hover { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@menu_bg_dark_color, 2.03)), + to (shade(@menu_bg_dark_color, 1.17))); + color: shade (@theme_selected_bg_color, 1.6); +} + +CalendarWindow#MatePanelPopupWindow .frame .button { + background-color:transparent; + background-image: none; + color: @menu_fg_dark_color; +} + +CalendarWindow#MatePanelPopupWindow .frame .button:hover { + background-image: -gtk-gradient (linear, + left top, left bottom, + from (shade(@menu_bg_dark_color, 2.03)), + to (shade(@menu_bg_dark_color, 1.17))); + color: shade (@theme_selected_bg_color, 1.6); +} + +CalendarWindow#MatePanelPopupWindow .frame GtkExpander { + color: @menu_fg_dark_color; +} + +CalendarWindow#MatePanelPopupWindow .frame GtkExpander:hover { + color: shade (@theme_selected_bg_color, 1.6); +} + /**************** * Mate-terminal * ****************/ |