summaryrefslogtreecommitdiffhomepage
path: root/common/css/examples.css
diff options
context:
space:
mode:
authorRay <[email protected]>2019-05-20 17:17:17 +0200
committerRay <[email protected]>2019-05-20 17:17:17 +0200
commit7c081e23acd3bd6a73fe5765708aaba26bb9c482 (patch)
tree79c7a79efd7f466965b2fba2562fdb651f8d0788 /common/css/examples.css
parent3d7d174c70b2d00fd879ade64c5085d4ff34d4aa (diff)
downloadraylib.com-7c081e23acd3bd6a73fe5765708aaba26bb9c482.tar.gz
raylib.com-7c081e23acd3bd6a73fe5765708aaba26bb9c482.zip
Remove examples message
Diffstat (limited to 'common/css/examples.css')
-rw-r--r--common/css/examples.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/common/css/examples.css b/common/css/examples.css
index ccf44d1..c2397a4 100644
--- a/common/css/examples.css
+++ b/common/css/examples.css
@@ -3,14 +3,14 @@
#filter_menu { width: 820px; height: 80px; margin-left: 18px; }
-.legendButton { padding:5px 15px; float:left; margin-left:10px; margin-right:10px; margin-bottom: 20px; }
-#core { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:3px solid #898888; }
-#shapes { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:3px solid #e66666; }
-#textures { cursor:pointer; background-color:#c8eabf; color:#60815a; border:3px solid #75a06d; }
-#text { cursor:pointer; background-color:#bef0dd; color:#377764; border:3px solid #52b296; }
-#models { cursor:pointer; background-color:#bedce8; color:#417794; border:3px solid #5d9cbd; }
-#shaders { cursor:pointer; background-color:#e2c3f5; color:#a864d2; border:3px solid #a864d2; }
-#audio { cursor:pointer; background-color:#ebddae; color:#8c7539; border:3px solid #d3b157; }
+.legendButton { float:left; margin-right:10px; margin-bottom:20px; width:90px; height:80px; text-align: center; }
+#core { cursor:pointer; background-color:#e1e1e1; color:#5c5a5a; border:5px solid #898888; }
+#shapes { cursor:pointer; background-color:#f0d6d6; color:#c55757; border:5px solid #e66666; }
+#textures { cursor:pointer; background-color:#c8eabf; color:#60815a; border:5px solid #75a06d; }
+#text { cursor:pointer; background-color:#bef0dd; color:#377764; border:5px solid #52b296; }
+#models { cursor:pointer; background-color:#bedce8; color:#417794; border:5px solid #5d9cbd; }
+#shaders { cursor:pointer; background-color:#e2c3f5; color:#a864d2; border:5px solid #a864d2; }
+#audio { cursor:pointer; background-color:#ebddae; color:#8c7539; border:5px solid #d3b157; }
.core:hover { background-color:#e1e1e1; color:#5c5a5a; border:4px solid #898888; }
.shapes:hover { background-color:#f0d6d6; color:#c55757; border:4px solid #e66666; }