summaryrefslogtreecommitdiff
path: root/data/css/endless-widgets.css
Commit message (Collapse)AuthorAge
* Changed our color defines in css to not conflict with AdwaitaMatt Watson2013-12-18
| | | | | | Our dialog boxes are still adwaita themed, so we need to not change their color defines [endlessm/eos-sdk#451]
* Set background color and import window border CSSPhilip Chimento2013-12-17
| | | | | | | | | | | | This sets the background color to a dark gray and imports the CSS styling for the window border and shadow, because switching to client-side decorations made the window background completely transparent. The resize grip is invisible because that's what the default in eos-theme was, but the window can still be resized. [endlessm/eos-sdk#28]
* Removed the last vestiges of Source and Benton from the SDKMatt Watson2013-10-22
| | | | | | Nothing changed that was actually used in the apps right now, but the webhelper docs and the action button css had old fonts [endlessm/eos-sdk#360]
* 'bold' is a 'font-weight' valuePhilip Chimento2013-10-17
| | | | | | Not 'font-style' [endlessm/eos-sdk#362]
* Themed sdk topbar with the lato fontMatt Watson2013-10-15
| | | | | | | So the font on all the topbar buttons should have a common look and feel. Still not foolproof, star selecting widgets inside an app's css and changing the font family will override this [endlessm/eos-sdk#358]
* Backdrop states of top bar buttonsPhilip Chimento2013-08-07
| | | | | | | | The shadow should be the same as in the non-backdrop state. The colors in the backdrop+hover and backdrop+active states should be the same as in the non-backdrop states. [endlessm/eos-sdk#224]
* Change top bar colors and icons to match specsPhilip Chimento2013-08-01
| | | | | | | | | Changed the GtkBox to a GtkGrid so that the margin properties are properly respected, and removed the background color overrides (they are not necessary anymore because of our CSS theme getting installed alongside the SDK.) [endlessm/eos-sdk#185]
* Added the CSS style of EosActionButtons to endless-widgets.cssFelipe Erias Morandeira2013-07-04
| | | | [endlessm/eos-sdk#104]
* Add CSS files in a GResourcePhilip Chimento2013-06-27
resource:///com/endlessm/sdk/ is now the official GResource path for SDK resources. Right now the GResource contains reset.css (from GTK) and endless-widgets.css (from eos-theme). [endlessm/eos-sdk#125]