Ver Fonte

Stylesheet for button class

@soyjavi há 14 anos atrás
pai
commit
f9e90f86c6

+ 2 - 2
src/stylesheets/css/Lungo.theme.default.css

@@ -151,10 +151,10 @@ aside ~ article {
 }
 /* @group .button */
 a.button {
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.2);
+  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3), inset 0 2px 0px rgba(255, 255, 255, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.1);
 }
 a.button:active {
-  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0 4px rgba(0, 0, 0, 0.3);
+  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
 }
 /* @end */
 /* @group <inputs> */

+ 2 - 3
src/stylesheets/less/Lungo.theme.default.less

@@ -175,12 +175,11 @@ aside {
 
 /* @group .button */
 a.button {
-	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2);
-	
+	box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), inset 0 2px 0px rgba(255,255,255,0.2), inset 1px 0 0 rgba(0,0,0,0.2), inset -1px 0 0 rgba(0,0,0,0.2), inset 0 -1px 0 rgba(0,0,0,0.2), 0 1px 1px rgba(0,0,0,0.1);
 }
 
 a.button:active {
-	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1), inset 0 -1px 0 rgba(0,0,0,0.1), inset 0 0 4px rgba(0,0,0,0.3);
+	box-shadow: inset 0 0 8px rgba(0,0,0,0.4);
 }
 /* @end */