summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna/README
diff options
context:
space:
mode:
authorraveit <[email protected]>2013-03-13 17:10:44 +0100
committerraveit <[email protected]>2013-03-13 17:10:44 +0100
commitfe0cbfb817dad5e7eba95d1b660db9ec09d3e508 (patch)
treed6204b3af17a0a0edc7f2c7b398033d1731e471f /desktop-themes/GreenLaguna/README
parent521be1e8627341bfbfc7f6466723b09e2d5cae80 (diff)
downloadmate-themes-fe0cbfb817dad5e7eba95d1b660db9ec09d3e508.tar.bz2
mate-themes-fe0cbfb817dad5e7eba95d1b660db9ec09d3e508.tar.xz
add GreenLaguna GTK2/3 theme
Diffstat (limited to 'desktop-themes/GreenLaguna/README')
-rw-r--r--desktop-themes/GreenLaguna/README14
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;
+}