aboutsummaryrefslogtreecommitdiff
path: root/css/theme/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/theme/default.css')
-rw-r--r--css/theme/default.css33
1 files changed, 28 insertions, 5 deletions
diff --git a/css/theme/default.css b/css/theme/default.css
index 3fe7a2a..0b393c2 100644
--- a/css/theme/default.css
+++ b/css/theme/default.css
@@ -110,13 +110,36 @@ body {
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
-.reveal .controls a {
- color: #eeeeee;
+.reveal .controls div.left {
+ border-right-color: #eeeeee;
}
-.reveal .controls a.enabled {
- color: #71e9f4;
- text-shadow: 0px 0px 2px rgba(144, 207, 213, 0.3);
+.reveal .controls div.right {
+ border-left-color: #eeeeee;
+}
+
+.reveal .controls div.up {
+ border-bottom-color: #eeeeee;
+}
+
+.reveal .controls div.down {
+ border-top-color: #eeeeee;
+}
+
+.reveal .controls div.left.enabled {
+ border-right-color: #71e9f4;
+}
+
+.reveal .controls div.right.enabled {
+ border-left-color: #71e9f4;
+}
+
+.reveal .controls div.up.enabled {
+ border-bottom-color: #71e9f4;
+}
+
+.reveal .controls div.down.enabled {
+ border-top-color: #71e9f4;
}
/*********************************************