cyaml 0.0.32 → 0.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -27,7 +27,7 @@
|
|
27
27
|
position: relative
|
28
28
|
/* (en) Repeat the main color from the image
|
29
29
|
/* (de) Wiederholung der Hauptfarbe aus der Bilddatei
|
30
|
-
background: silver url("
|
30
|
+
background: silver url("/images/shiny_buttons/background.png") repeat-x center right
|
31
31
|
border-top: 1px #333 solid
|
32
32
|
border-bottom: 1px #333 solid
|
33
33
|
line-height: 0
|
@@ -73,7 +73,7 @@
|
|
73
73
|
&.active
|
74
74
|
/* (en) Repeat the main color from the image
|
75
75
|
/* (de) Wiederholung der Hauptfarbe aus der Bilddatei
|
76
|
-
background: #272727 url("
|
76
|
+
background: #272727 url("/images/shiny_buttons/background_active.png") repeat-x center right
|
77
77
|
border-left: 1px #444 solid
|
78
78
|
border-right: 1px #888 solid
|
79
79
|
strong
|
@@ -54,20 +54,20 @@
|
|
54
54
|
border-right: 1px #444 solid
|
55
55
|
border-bottom: 1px #444 solid
|
56
56
|
color: #000
|
57
|
-
background: #454545 url(
|
57
|
+
background: #454545 url(/images/button_gray.png) top left repeat-x
|
58
58
|
padding: 5px 1em
|
59
59
|
&[type=reset]
|
60
60
|
color: #300
|
61
|
-
background: #661717 url(
|
61
|
+
background: #661717 url(/images/button_red.png) top left repeat-x
|
62
62
|
&[type=submit]
|
63
63
|
color: #330
|
64
|
-
background: #5e5607 url(
|
64
|
+
background: #5e5607 url(/images/button_yellow.png) top left repeat-x
|
65
65
|
&.reset
|
66
66
|
color: #300
|
67
|
-
background: #661717 url(
|
67
|
+
background: #661717 url(/images/button_red.png) top left repeat-x
|
68
68
|
&.submit
|
69
69
|
color: #330
|
70
|
-
background: #5e5607 url(
|
70
|
+
background: #5e5607 url(/images/button_yellow.png) top left repeat-x
|
71
71
|
div.type-button input
|
72
72
|
&:focus, &:hover, &:active
|
73
73
|
border-top: 1px #444 solid
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cyaml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 93
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 33
|
10
|
+
version: 0.0.33
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Michael Gerber
|