diff --git a/css/examples.icons.css b/css/examples.icons.css index 4e3bc03..abe619f 100644 --- a/css/examples.icons.css +++ b/css/examples.icons.css @@ -6,10 +6,8 @@ /** * Toolbar tab icon. */ -.toolbar-bar .toolbar-icon-examples:before { - background-image: url(../images/examples.svg); -} +.toolbar-bar .toolbar-icon-examples:before, .toolbar-bar .toolbar-icon-examples:active:before, .toolbar-bar .toolbar-icon-examples.active:before { - background-image: url(../images/examples.svg); + background-image: url(../images/examples.svg); } diff --git a/field_permission_example/css/field_permission_example.css b/field_permission_example/css/field_permission_example.css index bf5a999..7f1f626 100644 --- a/field_permission_example/css/field_permission_example.css +++ b/field_permission_example/css/field_permission_example.css @@ -3,18 +3,18 @@ * CSS for Field Example. */ .stickynote { - background: #fefabc; - padding: 0.8em; - font-family: cursive; - font-size: 1.1em; - color: 1000; - width: 15em; - -moz-transform: rotate(2deg); - -webkit-transform: rotate(2deg); - -o-transform: rotate(2deg); - -ms-transform: rotate(2deg); - transform: rotate(2deg); - box-shadow: 0px 4px 6px #333; - -moz-box-shadow: 0px 4px 6px #333; - -webkit-box-shadow: 0px 4px 6px #333; + background: #fefabc; + padding: 0.8em; + font-family: cursive; + font-size: 1.1em; + color: #def9ff; + width: 15em; + -moz-transform: rotate(2deg); + -webkit-transform: rotate(2deg); + -o-transform: rotate(2deg); + -ms-transform: rotate(2deg); + transform: rotate(2deg); + -moz-box-shadow: 0px 4px 6px #333; + -webkit-box-shadow: 0px 4px 6px #333; + box-shadow: 0px 4px 6px #333; } diff --git a/js_example/css/jsweights.css b/js_example/css/jsweights.css index b454f01..43a1d59 100755 --- a/js_example/css/jsweights.css +++ b/js_example/css/jsweights.css @@ -1,4 +1,4 @@ -div#js-weights div { - font-size: 20px; - font-weight: bold; +#js-weights div { + font-size: 20px; + font-weight: bold; }