diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-14 12:38:12 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-14 12:38:12 -0700 |
commit | 576fa1905954e9e42f1e9354d81d68f84d22ddf9 (patch) | |
tree | d6204b3af17a0a0edc7f2c7b398033d1731e471f /desktop-themes/GreenLaguna/README | |
parent | 34caaf10ca8755658b871edc552931e26a138d18 (diff) | |
parent | fe0cbfb817dad5e7eba95d1b660db9ec09d3e508 (diff) | |
download | mate-themes-576fa1905954e9e42f1e9354d81d68f84d22ddf9.tar.bz2 mate-themes-576fa1905954e9e42f1e9354d81d68f84d22ddf9.tar.xz |
Merge pull request #21 from NiceandGently/master
add GreenLaguna GTK2/3 theme
Diffstat (limited to 'desktop-themes/GreenLaguna/README')
-rw-r--r-- | desktop-themes/GreenLaguna/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/README b/desktop-themes/GreenLaguna/README new file mode 100644 index 00000000..e7fbd2f9 --- /dev/null +++ b/desktop-themes/GreenLaguna/README @@ -0,0 +1,14 @@ +There may be a minor readability issue in Epiphany. To fix it: + +(1) Select "Use custom stylesheet" in "Preferences > Font & Style"; and + +(2) Create '~/.config/epiphany/user-stylesheet.css' as: + +select { + border-radius: 0 !important; + border-color: transparent !important; +} + +input { + color: #000 !important; +} |