Age | Commit message (Collapse) | Author | Files | Lines |
|
Fix typo in editing this branch. Works properly now
|
|
Fix for https://github.com/mate-desktop/mate-themes/issues/131 in BlackMATE with GTK 3.20, which shows up in the "file systems" tab of mate-system-monitor
|
|
and fix wrong node names for color and font button in BlackMATE
|
|
|
|
In the "General" tab olf a print dialog under the "copies" spinbutton are checkboxes for "collate" and "reverse." The "Reverse" button shows two numbered pieces of paper, but until now it only worked in Adwaita or in GTK 2. Fix this, in GTK 3..20 or later this is a cssnode named simply "paper"
|
|
nm-applet
|
|
Fully expand panel right-click menus to be consistant with panel main menus
|
|
Fix tiny right-click menus on some panel applets on GTK3 panels. Note that this problem came from an earlier fix for panels being spaced 1px away from the edge of the screen, which resulted from a theme default padding of 1px, most themes default to 0px and expand from there
|
|
|
|
This is necessary for the MSD media keys after the port of mate-settings-daemon's (and mate-power-manager's) OSD windows to GtkStyleContext. Otherwise the window gets square corners and progressbars almost the same color as the progressbar trough.
|
|
- caja combobox views
- sidebar scrollbar button
- drop old selectors from nautilus
- drop non ported stuff
- use right selectors for na-tray applet
|
|
/* this makes text readable with all kind of wallpapers if using a transparent panel */
/*Limit this to the panel itself, keeping it off the menus*/
#PanelApplet label,
.mate-panel-menu-bar menubar > menuitem {
color: @menu_fg_dark_color;
text-shadow: 1px 1px alpha (#000000, 0.8);
}
|
|
fixes https://github.com/mate-desktop/mate-themes/issues/121
|
|
|
|
|
|
|
|
- replace wrong node GtkSpinButton
- replace column-header with treeview header button
- replace list-row with list row
- replace GtkCellView with cellview
- replace GtkVolumeButton button with button.scale
- fix GtkSwitch
- replace GtkGrid button with grid
- fix app-notification
|
|
|
|
|
|
- fix wrong nodes and style classes
Note, previous fixes wasn't there at git for some reasons
- adjustments for gedit and meld
- some code styling clean ups
|
|
fixes https://github.com/mate-desktop/mate-themes/issues/117
|
|
|
|
This reverts commit 8fa3cf2241e0c4685ef7c5c75cab936d18703034.
|
|
|
|
- fix for firefox
- fix for min/max/close/menu buttons in WM
- don't write bg for tooltip decoration (padding=0px)
|
|
Gedit forces the use of the default symboiic icons in the window control buttons in its titlebar. Possibly some other GNOME apps as well. Making them transparent causes NO icons to be shown and the buttons to turn invisible. Not turning these images foreground colors transparent makes them show up. Does not seem to interfere in any way with normal BlackMATE window control buttons inn CSD or SSD apps where they are not blocked.
|
|
header-bar is incorrect for GTK 3.20, GtkInspector shows headerbar to be the correct selector here
|
|
Fix scrollbars, keep any default colors off check and radio boxes in Firefox
|
|
Fix check and radio buttons in Firefox GTK3 website content, they are not just in menus. Note that some sites-including Firefox's own preference page use their own widgets, others (notably Hushmail) call Firefox's default widgets and are broken if checkboxes only work in menus.
|
|
|
|
- and remove unneeded settings
|
|
- this removes unwanted colors from GtkScale, check and radio buttons,
spinbuttons and others. Better set those colors on a widget later
if they are missing.
Note: other general color settings should also removed, you never know where they matched.
|
|
modelbutton
- use a background a border for the whole scrollbar, better for overlay-scrollbars
|
|
- fixes menu glitches
- enable transition effects again
- fixes menu issues in firefox
- use symbolic arrows for menus
- adjust menuitem:hover bg-image
- sync popover with normal menus
|
|
-GtkScrolledWindow-scrollbar-spacing
- this removes the weird color in views beside scrollbars
- resize-grip is droped since 3.14
Not sure about the other parameter without Gtk in name.
|
|
|
|
|
|
BlackMATE, GTK 3.20: keep active .view color off of treeview cells. Otherwise checkboxes and radio buttons (cells with certain images) can get a square around them with a mismatched background when used in a treeview and matching :active. This affected the mate-volume-control system sound dialog and could also be seen in GTK3-demo.
|
|
GTK 3.20, match the StackSideBar theme to the PlacesSideBar theme. This widget is easily missed in a MATE theme as few apps use it, GtkInspector used to through 3.18 but does not in GTK 3.20.
|
|
|
|
|
|
Apply Raveit65's https://dl.dropboxusercontent.com/u/49862637/Mate-desktop/Bugs/blackmate_csd.patch
using border radius 0px for solid-csd (w/o compositor) fixes the black corners from csd windows, which comes from shadows. (gtk+ or marco issue)
border color is the same like for other windows
missing selector messagedialog.csd
settings for backdrop state, testable in cinnamon.
new deprecation GtkComboBox-shadow-type which spams the terminal, i don't know if there is an replacement for it.
|
|
|
|
|
|
Fix cpufreq applet unit labels not showing up when panel restarted-must use 0px padding
Fix panel rendering 1px above bottom of screen-must use padding 0px as panel default
BlackMATE is one of the few themes using a non-zero default padding value, I had to fix some wierd bugs in the panel with all GTK versions
GTK 3-20 specific fixes:
Stop jumping panel buttons
Match tasklist and calendar buttons to GTK 3.16 and 3.18 results with current panel versions, highlight only active/checked window's button
|
|
|
|
|
|
This reverts commit 4b7682c346b06fa877128dfc3a68ec07a567f1bb.
|
|
|
|
|