Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
219
Merge Requests
219
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
360af27e
Commit
360af27e
authored
Sep 11, 2014
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1664268
by droplet, G-raph, csakiistvan: Drop some browser specific prefixes.
parent
462ba734
Changes
32
Show whitespace changes
Inline
Side-by-side
Showing
32 changed files
with
16 additions
and
192 deletions
+16
-192
core/misc/dropbutton/dropbutton.css
core/misc/dropbutton/dropbutton.css
+0
-2
core/modules/block/css/block.admin.css
core/modules/block/css/block.admin.css
+0
-4
core/modules/ckeditor/css/ckeditor.admin.css
core/modules/ckeditor/css/ckeditor.admin.css
+0
-6
core/modules/contextual/css/contextual.theme.css
core/modules/contextual/css/contextual.theme.css
+1
-1
core/modules/contextual/css/contextual.toolbar.css
core/modules/contextual/css/contextual.toolbar.css
+1
-3
core/modules/image/css/image.admin.css
core/modules/image/css/image.admin.css
+0
-4
core/modules/locale/css/locale.admin.css
core/modules/locale/css/locale.admin.css
+1
-0
core/modules/node/css/node.module.css
core/modules/node/css/node.module.css
+0
-4
core/modules/quickedit/css/quickedit.theme.css
core/modules/quickedit/css/quickedit.theme.css
+1
-7
core/modules/shortcut/css/shortcut.theme.css
core/modules/shortcut/css/shortcut.theme.css
+0
-5
core/modules/system/css/system.admin.css
core/modules/system/css/system.admin.css
+1
-4
core/modules/system/css/system.module.css
core/modules/system/css/system.module.css
+0
-2
core/modules/system/css/system.theme.css
core/modules/system/css/system.theme.css
+1
-34
core/modules/toolbar/css/toolbar.module.css
core/modules/toolbar/css/toolbar.module.css
+0
-3
core/modules/tour/css/tour.module.css
core/modules/tour/css/tour.module.css
+0
-2
core/modules/views_ui/css/views_ui.admin.css
core/modules/views_ui/css/views_ui.admin.css
+0
-1
core/modules/views_ui/css/views_ui.admin.theme.css
core/modules/views_ui/css/views_ui.admin.theme.css
+0
-6
core/themes/bartik/css/colors.css
core/themes/bartik/css/colors.css
+1
-5
core/themes/bartik/css/layout.css
core/themes/bartik/css/layout.css
+0
-14
core/themes/bartik/css/style.css
core/themes/bartik/css/style.css
+7
-2
core/themes/seven/css/components/buttons.css
core/themes/seven/css/components/buttons.css
+0
-2
core/themes/seven/css/components/buttons.theme.css
core/themes/seven/css/components/buttons.theme.css
+0
-16
core/themes/seven/css/components/dropbutton.component.css
core/themes/seven/css/components/dropbutton.component.css
+0
-34
core/themes/seven/css/components/entity-meta.css
core/themes/seven/css/components/entity-meta.css
+0
-2
core/themes/seven/css/components/form.css
core/themes/seven/css/components/form.css
+1
-5
core/themes/seven/css/components/pager.css
core/themes/seven/css/components/pager.css
+0
-1
core/themes/seven/css/components/quickedit.css
core/themes/seven/css/components/quickedit.css
+0
-6
core/themes/seven/css/components/tables.css
core/themes/seven/css/components/tables.css
+1
-0
core/themes/seven/css/components/tabs.css
core/themes/seven/css/components/tabs.css
+0
-5
core/themes/seven/css/layout/layout.css
core/themes/seven/css/layout/layout.css
+0
-2
core/themes/seven/css/theme/install-page.css
core/themes/seven/css/theme/install-page.css
+0
-6
core/themes/seven/css/theme/maintenance-page.css
core/themes/seven/css/theme/maintenance-page.css
+0
-4
No files found.
core/misc/dropbutton/dropbutton.css
View file @
360af27e
...
...
@@ -9,8 +9,6 @@
*/
.dropbutton-wrapper
,
.dropbutton-wrapper
div
{
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.js
.dropbutton-wrapper
,
...
...
core/modules/block/css/block.admin.css
View file @
360af27e
...
...
@@ -23,8 +23,6 @@ a.block-demo-backlink:hover {
}
.layout-region
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.block-list-secondary
{
...
...
@@ -89,8 +87,6 @@ screen and (min-width: 780px),
.block-list-secondary
.form-number
,
.block-list-secondary
.form-color
,
.block-list-secondary
textarea
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
width
:
100%
;
max-width
:
100%
;
...
...
core/modules/ckeditor/css/ckeditor.admin.css
View file @
360af27e
...
...
@@ -14,7 +14,6 @@
box-shadow
:
0
1px
0
white
inset
;
background
:
#cfd1cf
;
background-image
:
-webkit-linear-gradient
(
top
,
whiteSmoke
,
#cfd1cf
);
background-image
:
-moz-linear-gradient
(
top
,
whiteSmoke
,
#cfd1cf
);
background-image
:
linear-gradient
(
top
,
whiteSmoke
,
#cfd1cf
);
margin
:
5px
0
;
/* Disallow any user selections in the drag-and-drop toolbar config UI. */
...
...
@@ -112,7 +111,6 @@
border
:
1px
solid
white
;
border-radius
:
5px
;
background-image
:
-webkit-linear-gradient
(
transparent
60%
,
rgba
(
0
,
0
,
0
,
0.1
));
background-image
:
-moz-linear-gradient
(
transparent
60%
,
rgba
(
0
,
0
,
0
,
0.1
));
background-image
:
linear-gradient
(
transparent
60%
,
rgba
(
0
,
0
,
0
,
0.1
));
margin
:
3px
6px
;
padding
:
3px
;
...
...
@@ -122,8 +120,6 @@
}
.ckeditor-toolbar-disabled
.ckeditor-toolbar-available
,
.ckeditor-toolbar-disabled
.ckeditor-toolbar-dividers
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.ckeditor-toolbar-disabled
.ckeditor-toolbar-available
{
...
...
@@ -164,7 +160,6 @@
.ckeditor-buttons
li
a
,
.ckeditor-add-new-group
button
{
background
:
#e4e4e4
;
background-image
:
-moz-linear-gradient
(
top
,
white
,
#e4e4e4
);
background-image
:
-webkit-linear-gradient
(
top
,
white
,
#e4e4e4
);
background-image
:
linear-gradient
(
top
,
white
,
#e4e4e4
);
color
:
#474747
;
...
...
@@ -262,7 +257,6 @@
ul
.ckeditor-buttons
li
.ckeditor-button-separator
a
{
background
:
#e4e4e4
;
background-image
:
-webkit-linear-gradient
(
#e4e4e4
,
#b4b4b4
);
background-image
:
-moz-linear-gradient
(
#e4e4e4
,
#b4b4b4
);
background-image
:
linear-gradient
(
#e4e4e4
,
#b4b4b4
);
height
:
24px
;
margin
:
1px
0
0
;
...
...
core/modules/contextual/css/contextual.theme.css
View file @
360af27e
...
...
@@ -108,6 +108,6 @@
}
.no-touch
.contextual-region
.contextual
.contextual-links
li
a
:hover
{
color
:
white
;
background-image
:
-webkit-linear-gradient
(
rgb
(
78
,
159
,
234
)
0%
,
rgb
(
65
,
126
,
210
)
100%
);
background-image
:
-webkit-linear-gradient
(
rgb
(
78
,
159
,
234
)
0%
,
rgb
(
65
,
126
,
210
)
100%
);
background-image
:
linear-gradient
(
rgb
(
78
,
159
,
234
)
0%
,
rgb
(
65
,
126
,
210
)
100%
);
}
core/modules/contextual/css/contextual.toolbar.css
View file @
360af27e
...
...
@@ -20,9 +20,7 @@
padding-right
:
1.3333em
;
}
.toolbar
.toolbar-bar
.contextual-toolbar-tab
.toolbar-item.active
{
background-image
:
-moz-linear-gradient
(
rgb
(
78
,
159
,
234
)
0%
,
rgb
(
69
,
132
,
221
)
100%
);
background-image
:
-webkit-gradient
(
linear
,
color-stop
(
0
,
rgb
(
78
,
159
,
234
)),
color-stop
(
1
,
rgb
(
69
,
132
,
221
)));
background-image
:
-webkit-linear-gradient
(
top
,
rgb
(
78
,
159
,
234
)
0%
,
rgb
(
69
,
132
,
221
)
100%
);
background-image
:
-webkit-linear-gradient
(
rgb
(
78
,
159
,
234
)
0%
,
rgb
(
69
,
132
,
221
)
100%
);
background-image
:
linear-gradient
(
rgb
(
78
,
159
,
234
)
0%
,
rgb
(
69
,
132
,
221
)
100%
);
}
...
...
core/modules/image/css/image.admin.css
View file @
360af27e
...
...
@@ -24,8 +24,6 @@
height
:
2px
;
left
:
-1px
;
position
:
absolute
;
-webkit-box-sizing
:
content-box
;
-moz-box-sizing
:
content-box
;
box-sizing
:
content-box
;
}
.image-style-preview
.preview-image
.width
span
{
...
...
@@ -39,8 +37,6 @@
right
:
-6px
;
top
:
-1px
;
width
:
2px
;
-webkit-box-sizing
:
content-box
;
-moz-box-sizing
:
content-box
;
box-sizing
:
content-box
;
}
.image-style-preview
.preview-image
.height
span
{
...
...
core/modules/locale/css/locale.admin.css
View file @
360af27e
...
...
@@ -108,6 +108,7 @@
#locale-translation-status-form
.expanded
.description
.text
{
-webkit-hyphens
:
auto
;
-moz-hyphens
:
auto
;
-ms-hyphens
:
auto
;
hyphens
:
auto
;
}
.js
#locale-translation-status-form
.description
.inner
{
...
...
core/modules/node/css/node.module.css
View file @
360af27e
...
...
@@ -9,8 +9,6 @@
/* Narrow screens */
.layout-region
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
...
...
@@ -41,8 +39,6 @@
.layout-region-node-secondary
.form-number
,
.layout-region-node-secondary
.form-color
,
.layout-region-node-secondary
textarea
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
width
:
100%
;
max-width
:
100%
;
...
...
core/modules/quickedit/css/quickedit.theme.css
View file @
360af27e
...
...
@@ -107,11 +107,7 @@
}
.quickedit-toolbar-container
>
.quickedit-toolbar-content
{
background-image
:
-webkit-linear-gradient
(
top
,
#fff
,
#e4e4e4
);
background-image
:
-moz-linear-gradient
(
top
,
#fff
,
#e4e4e4
);
background-image
:
-o-linear-gradient
(
top
,
#fff
,
#e4e4e4
);
background-image
:
linear-gradient
(
to
bottom
,
#fff
,
#e4e4e4
);
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
color
:
black
;
padding
:
0.1667em
;
...
...
@@ -130,8 +126,8 @@
height
:
16px
;
left
:
18px
;
/* LTR */
position
:
absolute
;
-moz-transform
:
rotate
(
45deg
);
-webkit-transform
:
rotate
(
45deg
);
-ms-transform
:
rotate
(
45deg
);
transform
:
rotate
(
45deg
);
width
:
16px
;
z-index
:
1
;
...
...
@@ -237,8 +233,6 @@
color
:
white
;
background-color
:
#50a0e9
;
background-image
:
-webkit-linear-gradient
(
top
,
#50a0e9
,
#4481dc
);
background-image
:
-moz-linear-gradient
(
top
,
#50a0e9
,
#4481dc
);
background-image
:
-o-linear-gradient
(
top
,
#50a0e9
,
#4481dc
);
background-image
:
linear-gradient
(
to
bottom
,
#50a0e9
,
#4481dc
);
border
:
1px
solid
transparent
;
}
...
...
core/modules/shortcut/css/shortcut.theme.css
View file @
360af27e
...
...
@@ -37,23 +37,18 @@
margin-left
:
0.3em
;
opacity
:
0
;
-ms-transform
:
translateY
(
-12px
);
-moz-transform
:
translateY
(
-12px
);
-webkit-transform
:
translateY
(
-12px
);
transform
:
translateY
(
-12px
);
-webkit-transition
:
all
200ms
ease-out
;
-moz-transition
:
all
200ms
ease-out
;
transition
:
all
200ms
ease-out
;
-ms-backface-visibility
:
hidden
;
-moz-backface-visibility
:
hidden
;
-webkit-backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
}
.add-or-remove-shortcuts
a
:hover
.text
,
.add-or-remove-shortcuts
a
:focus
.text
{
opacity
:
1
;
-o-transform
:
translateY
(
-2px
);
-ms-transform
:
translateY
(
-2px
);
-moz-transform
:
translateY
(
-2px
);
-webkit-transform
:
translateY
(
-2px
);
transform
:
translateY
(
-2px
);
}
core/modules/system/css/system.admin.css
View file @
360af27e
...
...
@@ -83,6 +83,7 @@ small .admin-link:after {
#system-modules
details
[
open
]
summary
.text
{
-webkit-hyphens
:
auto
;
-moz-hyphens
:
auto
;
-ms-hyphens
:
auto
;
hyphens
:
auto
;
text-transform
:
none
;
}
...
...
@@ -270,8 +271,6 @@ table.system-status-report .status-title {
margin-top
:
0
;
}
body
:not
(
.toolbar-vertical
)
.system-themes-list-disabled
.theme-selector
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
width
:
31.25%
;
float
:
left
;
/* LTR */
...
...
@@ -305,8 +304,6 @@ table.system-status-report .status-title {
margin-top
:
0
;
}
.toolbar-vertical
.system-themes-list-disabled
.theme-selector
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
width
:
31.25%
;
float
:
left
;
/* LTR */
...
...
core/modules/system/css/system.module.css
View file @
360af27e
...
...
@@ -50,8 +50,6 @@
display
:
block
;
margin
:
0
;
width
:
100%
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.resize-none
{
...
...
core/modules/system/css/system.theme.css
View file @
360af27e
...
...
@@ -240,17 +240,13 @@ summary {
}
.collapse-processed
:not
([
open
])
>
summary
:before
{
background-position
:
25%
35%
;
/* LTR */
-moz-transform
:
rotate
(
-90deg
);
-ms-transform
:
rotate
(
-90deg
);
-o-transform
:
rotate
(
-90deg
);
-webkit-transform
:
rotate
(
-90deg
);
transform
:
rotate
(
-90deg
);
}
[
dir
=
"rtl"
]
.collapse-processed
:not
([
open
])
>
summary
:before
{
background-position
:
75%
35%
;
-moz-transform
:
rotate
(
90deg
);
-ms-transform
:
rotate
(
90deg
);
-o-transform
:
rotate
(
90deg
);
-webkit-transform
:
rotate
(
90deg
);
transform
:
rotate
(
90deg
);
}
...
...
@@ -293,8 +289,6 @@ th.checkbox {
border-radius
:
10em
;
background-color
:
#f2f1eb
;
background-image
:
-webkit-linear-gradient
(
#e7e7df
,
#f0f0f0
);
background-image
:
-moz-linear-gradient
(
#e7e7df
,
#f0f0f0
);
background-image
:
-o-linear-gradient
(
#e7e7df
,
#f0f0f0
);
background-image
:
linear-gradient
(
#e7e7df
,
#f0f0f0
);
box-shadow
:
inset
0
1px
3px
hsla
(
0
,
0%
,
0%
,
0.16
);
}
...
...
@@ -312,25 +306,7 @@ th.checkbox {
#0094f0
75%
,
#0094f0
100%
);
background-image
:
-moz-linear-gradient
(
top
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0.15
)
),
-moz-linear-gradient
(
left
top
,
#0094f0
0%
,
#0094f0
25%
,
#007ecc
25%
,
#007ecc
50%
,
#0094f0
50%
,
#0094f0
75%
,
#0094f0
100%
);
background-image
:
-o-linear-gradient
(
top
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0.15
)
),
-o-linear-gradient
(
left
top
,
#0094f0
0%
,
#0094f0
25%
,
#007ecc
25%
,
#007ecc
50%
,
#0094f0
50%
,
#0094f0
75%
,
#0094f0
100%
);
-webkit-linear-gradient
(
top
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0.15
)),
-webkit-linear-gradient
(
left
top
,
#0094f0
0%
,
#0094f0
25%
,
#007ecc
25%
,
#007ecc
50%
,
#0094f0
50%
,
#0094f0
75%
,
#0094f0
100%
);
background-image
:
linear-gradient
(
to
bottom
,
rgba
(
0
,
0
,
0
,
0
),
rgba
(
0
,
0
,
0
,
0.15
)
),
linear-gradient
(
to
right
bottom
,
...
...
@@ -350,9 +326,6 @@ th.checkbox {
-webkit-animation
:
animate-stripes
3s
linear
infinite
;
-moz-animation
:
animate-stripes
3s
linear
infinite
;
-webkit-transition
:
width
0.5s
ease-out
;
-moz-transition
:
width
0.5s
ease-out
;
-ms-transition
:
width
0.5s
ease-out
;
-o-transition
:
width
0.5s
ease-out
;
transition
:
width
0.5s
ease-out
;
}
...
...
@@ -362,12 +335,6 @@ th.checkbox {
@-webkit-keyframes
animate-stripes
{
0
%
{
background-position
:
0
0
,
0
0
;}
100
%
{
background-position
:
0
0
,
-80px
0
;}
}
@-moz-keyframes
animate-stripes
{
0
%
{
background-position
:
0
0
,
0
0
;}
100
%
{
background-position
:
0
0
,
-80px
0
;}
}
@-o-keyframes
animate-stripes
{
0
%
{
background-position
:
0
0
,
0
0
;}
100
%
{
background-position
:
0
0
,
-80px
0
;}
}
@-ms-keyframes
animate-stripes
{
0
%
{
background-position
:
0
0
,
0
0
;}
100
%
{
background-position
:
0
0
,
-80px
0
;}
}
...
...
core/modules/toolbar/css/toolbar.module.css
View file @
360af27e
...
...
@@ -7,9 +7,6 @@
*/
#toolbar-administration
,
#toolbar-administration
*
{
-moz-box-sizing
:
border-box
;
-o-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
#toolbar-administration
{
...
...
core/modules/tour/css/tour.module.css
View file @
360af27e
...
...
@@ -18,8 +18,6 @@
}
.toolbar
.tour-toolbar-tab
button
.active
{
background-image
:
-webkit-linear-gradient
(
rgba
(
255
,
255
,
255
,
0.25
)
20%
,
transparent
200%
);
background-image
:
-moz-linear-gradient
(
rgba
(
255
,
255
,
255
,
0.25
)
20%
,
transparent
200%
);
background-image
:
-o-linear-gradient
(
rgba
(
255
,
255
,
255
,
0.25
)
20%
,
transparent
200%
);
background-image
:
linear-gradient
(
rgba
(
255
,
255
,
255
,
0.25
)
20%
,
transparent
200%
);
}
.tour-toolbar-tab
button
:focus
{
...
...
core/modules/views_ui/css/views_ui.admin.css
View file @
360af27e
...
...
@@ -170,7 +170,6 @@
}
.views-display-column
{
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
...
...
core/modules/views_ui/css/views_ui.admin.theme.css
View file @
360af27e
...
...
@@ -49,12 +49,6 @@
}
.views-admin
a
.icon
{
background-image
:
url(../images/sprites.png)
,
-moz-linear-gradient
(
-90deg
,
#fff
0
,
#e8e8e8
100%
);
background-image
:
url(../images/sprites.png)
,
-webkit-gradient
(
...
...
core/themes/bartik/css/colors.css
View file @
360af27e
...
...
@@ -21,11 +21,7 @@ body {
}
#header
{
background-color
:
#1d84c3
;
background-image
:
-moz-linear-gradient
(
to
bottom
,
#055a8e
0%
,
#1d84c3
100%
);
background-image
:
-ms-linear-gradient
(
to
bottom
,
#055a8e
0%
,
#1d84c3
100%
);
background-image
:
-o-linear-gradient
(
to
bottom
,
#055a8e
0%
,
#1d84c3
100%
);
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0.7
,
#055a8e
),
color-stop
(
1
,
#1d84c3
));
background-image
:
-webkit-linear-gradient
(
to
bottom
,
#055a8e
0%
,
#1d84c3
100%
);
background-image
:
-webkit-linear-gradient
(
top
,
#055a8e
0%
,
#1d84c3
100%
);
background-image
:
linear-gradient
(
to
bottom
,
#055a8e
0%
,
#1d84c3
100%
);
}
a
,
...
...
core/themes/bartik/css/layout.css
View file @
360af27e
...
...
@@ -51,16 +51,12 @@ body,
padding
:
35px
0
30px
;
}
#footer-wrapper
.section
{
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
15px
;
}
.region-triptych-first
,
.region-triptych-middle
,
.region-triptych-last
{
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
20px
0
;
}
...
...
@@ -68,8 +64,6 @@ body,
.region-footer-secondcolumn
,
.region-footer-thirdcolumn
,
.region-footer-fourthcolumn
{
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
10px
;
}
...
...
@@ -121,8 +115,6 @@ body,
.region-triptych-first
,
.region-triptych-middle
,
.region-triptych-last
{
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
20px
15px
30px
;
width
:
33%
;
...
...
@@ -132,16 +124,12 @@ body,
}
.region-footer-firstcolumn
,
.region-footer-secondcolumn
{
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
10px
;
width
:
50%
;
}
.region-footer-thirdcolumn
,
.region-footer-fourthcolumn
{
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
10px
;
width
:
50%
;
...
...
@@ -239,8 +227,6 @@ body,
.region-footer-secondcolumn
,
.region-footer-thirdcolumn
,
.region-footer-fourthcolumn
{
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
10px
;
width
:
25%
;
...
...
core/themes/bartik/css/style.css
View file @
360af27e
...
...
@@ -849,6 +849,7 @@ ul.links {
}
.node-preview-container
{
background
:
#d1e8f5
;
background-image
:
-webkit-linear-gradient
(
top
,
#d1e8f5
,
#d3e8f4
);
background-image
:
linear-gradient
(
to
bottom
,
#d1e8f5
,
#d3e8f4
);
font-family
:
Arial
,
sans-serif
;
box-shadow
:
0
1px
3px
1px
rgba
(
0
,
0
,
0
,
0.3333
);
...
...
@@ -859,6 +860,7 @@ ul.links {
}
.node-preview-backlink
{
background-color
:
#419ff1
;
background
:
url(../../../misc/icons/000000/chevron-left.svg)
left
no-repeat
,
-webkit-linear-gradient
(
top
,
#419ff1
,
#1076d5
);
background
:
url(../../../misc/icons/000000/chevron-left.svg)
left
no-repeat
,
linear-gradient
(
to
bottom
,
#419ff1
,
#1076d5
);
/* LTR */
border
:
1px
solid
#0048c8
;
border-radius
:
.4em
;
...
...
@@ -871,6 +873,7 @@ ul.links {
text-shadow
:
1px
1px
0
rgba
(
0
,
0
,
0
,
0.5
);
}
[
dir
=
"rtl"
]
.node-preview-backlink
{
background
:
url(../../../misc/icons/000000/chevron-right.svg)
right
no-repeat
,
-webkit-linear-gradient
(
top
,
#419ff1
,
#1076d5
);
background
:
url(../../../misc/icons/000000/chevron-right.svg)
right
no-repeat
,
linear-gradient
(
to
bottom
,
#419ff1
,
#1076d5
);
padding
:
4px
0.6em
4px
1em
;
float
:
right
;
...
...
@@ -878,6 +881,7 @@ ul.links {
.node-preview-backlink
:focus
,
.node-preview-backlink
:hover
{
background-color
:
#419cf1
;
background
:
url(../../../misc/icons/000000/chevron-left.svg)
left
no-repeat
,
-webkit-linear-gradient
(
top
,
#59abf3
,
#2a90ef
);
background
:
url(../../../misc/icons/000000/chevron-left.svg)
left
no-repeat
,
linear-gradient
(
to
bottom
,
#59abf3
,
#2a90ef
);
/* LTR */
border
:
1px
solid
#0048c8
;
text-decoration
:
none
;
...
...
@@ -885,15 +889,18 @@ ul.links {
}
[
dir
=
"rtl"
]
.node-preview-backlink
:focus
,
[
dir
=
"rtl"
]
.node-preview-backlink
:hover
{
background
:
url(../../../misc/icons/000000/chevron-right.svg)
right
no-repeat
,
-webkit-linear-gradient
(
top
,
#59abf3
,
#2a90ef
);
background
:
url(../../../misc/icons/000000/chevron-right.svg)
right
no-repeat
,
linear-gradient
(
to
bottom
,
#59abf3
,
#2a90ef
);
}
.node-preview-backlink
:active
{
background-color
:
#0e69be
;
background
:
url(../../../misc/icons/000000/chevron-left.svg)
left
no-repeat
,
-webkit-linear-gradient
(
top
,
#0e69be
,
#2a93ef
);
background
:
url(../../../misc/icons/000000/chevron-left.svg)
left
no-repeat
,
linear-gradient
(
to
bottom
,
#0e69be
,
#2a93ef
);
/* LTR */
border
:
1px
solid
#0048c8
;
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
.25
);
}
.node-preview-backlink
:active
{
background
:
url(../../../misc/icons/000000/chevron-right.svg)
right
no-repeat
,
-webkit-linear-gradient
(
top
,
#0e69be
,
#2a93ef
);
background
:
url(../../../misc/icons/000000/chevron-right.svg)
right
no-repeat
,
linear-gradient
(
to
bottom
,
#0e69be
,
#2a93ef
);
}
.node-preview-backlink
::before
{
...
...
@@ -1440,8 +1447,6 @@ input {
padding
:
4px
;
/* Keep form elements from overflowing their containers. */
max-width
:
100%
;
-moz-box-sizing
:
border-box
;
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
input
,
...
...
core/themes/seven/css/components/buttons.css
View file @
360af27e
...
...
@@ -18,8 +18,6 @@
*
*/
.button
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
display
:
inline-block
;
position
:
relative
;
/* 1 */
...
...
core/themes/seven/css/components/buttons.theme.css
View file @
360af27e
...
...
@@ -17,8 +17,6 @@
border-radius
:
20em
;
background-color
:
#f2f1eb
;
background-image
:
-webkit-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-moz-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-o-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
linear-gradient
(
to
bottom
,
#f6f6f3
,
#e7e7df
);
color
:
#333333
;
text-decoration
:
none
;
...
...
@@ -27,8 +25,6 @@
font-size
:
14px
;
font-size
:
0.875rem
;
/* 2 */
-webkit-transition
:
all
0.1s
;
-moz-transition
:
all
0.1s
;
-o-transition
:
all
0.1s
;
transition
:
all
0.1s
;
-webkit-font-smoothing
:
antialiased
;
/* 3 */
}
...
...
@@ -36,8 +32,6 @@
.button
:hover
{
background-color
:
#f9f8f6
;
background-image
:
-webkit-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
-moz-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
-o-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
linear-gradient
(
to
bottom
,
#fcfcfa
,
#e9e9dd
);
color
:
#1a1a1a
;
text-decoration
:
none
;
...
...
@@ -53,13 +47,9 @@
.button
:active
{
background-color
:
#dfdfd9
;
background-image
:
-webkit-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-moz-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-o-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
linear-gradient
(
to
bottom
,
#f6f6f3
,
#e7e7df
);
box-shadow
:
inset
0
1px
3px
hsla
(
0
,
0%
,
0%
,
0.2
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;
}
...
...
@@ -67,8 +57,6 @@
border-color
:
#1e5c90
;
background-color
:
#0071b8
;
background-image
:
-webkit-linear-gradient
(
top
,
#007bc6
,
#0071b8
);
background-image
:
-moz-linear-gradient
(
top
,
#007bc6
,
#0071b8
);
background-image
:
-o-linear-gradient
(
top
,
#007bc6
,
#0071b8
);
background-image
:
linear-gradient
(
to
bottom
,
#007bc6
,
#0071b8
);
color
:
#fff
;
text-shadow
:
0
1px
hsla
(
0
,
0%
,
0%
,
0.5
);
...
...
@@ -79,8 +67,6 @@
.button--primary
:hover
{
background-color
:
#2369a6
;
background-image
:
-webkit-linear-gradient
(
top
,
#0c97ed
,
#1f86c7
);
background-image
:
-moz-linear-gradient
(
top
,
#0c97ed
,
#1f86c7
);
background-image
:
-o-linear-gradient
(
top
,
#0c97ed
,
#1f86c7
);
background-image
:
linear-gradient
(
to
bottom
,
#0c97ed
,
#1f86c7
);
border-color
:
#1e5c90
;
color
:
#fff
;
...
...
@@ -93,8 +79,6 @@
}
.button--primary
:active
{
background-image
:
-webkit-linear-gradient
(
top
,
#08639b
,
#0071b8
);
background-image
:
-moz-linear-gradient
(
top
,
#08639b
,
#0071b8
);
background-image
:
-o-linear-gradient
(
top
,
#08639b
,
#0071b8
);
background-image
:
linear-gradient
(
to
bottom
,
#08639b
,
#0071b8
);
border-color
:
#144b78
;
box-shadow
:
inset
0
1px
3px
hsla
(
0
,
0%
,
0%
,
0.2
);
...
...
core/themes/seven/css/components/dropbutton.component.css
View file @
360af27e
...
...
@@ -46,8 +46,6 @@
border-radius
:
20em
;
background-color
:
#f2f1eb
;
background-image
:
-webkit-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-moz-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-o-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
linear-gradient
(
to
bottom
,
#f6f6f3
,
#e7e7df
);
text-shadow
:
0
1px
hsla
(
0
,
0%
,
100%
,
0.6
);
}
...
...
@@ -100,8 +98,6 @@
.js
.dropbutton-wrapper
.dropbutton-widget
.dropbutton-action
input
:focus
{
background-color
:
#f9f8f6
;
background-image
:
-webkit-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
-moz-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
-o-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
linear-gradient
(
to
bottom
,
#fcfcfa
,
#e9e9dd
);
color
:
#1a1a1a
;
box-shadow
:
0
1px
2px
hsla
(
0
,
0%
,
0%
,
0.125
);
...
...
@@ -113,8 +109,6 @@
text-decoration
:
none
;
background-color
:
#dfdfd9
;
background-image
:
-webkit-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-moz-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-o-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
linear-gradient
(
to
bottom
,
#f6f6f3
,
#e7e7df
);
box-shadow
:
inset
0
1px
3px
hsla
(
0
,
0%
,
0%
,
0.2
);
}
...
...
@@ -135,16 +129,12 @@
border-radius
:
20em
!important
;
background-color
:
#f2f1eb
;
background-image
:
-webkit-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-moz-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-o-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
linear-gradient
(
to
bottom
,
#f6f6f3
,
#e7e7df
);
color
:
#333333
;
text-decoration
:
none
;
text-shadow
:
0
1px
hsla
(
0
,
0%
,
100%
,
0.6
);
font-weight
:
600
;
-webkit-transition
:
all
0.1s
;
-moz-transition
:
all
0.1s
;
-o-transition
:
all
0.1s
;
transition
:
all
0.1s
;
-webkit-font-smoothing
:
antialiased
;
width
:
auto
!important
;
...
...
@@ -153,8 +143,6 @@
.dropbutton-single
.dropbutton-action
a
:hover
{
background-color
:
#f9f8f6
;
background-image
:
-webkit-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
-moz-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
-o-linear-gradient
(
top
,
#fcfcfa
,
#e9e9dd
);
background-image
:
linear-gradient
(
to
bottom
,
#fcfcfa
,
#e9e9dd
);
color
:
#1a1a1a
;
text-decoration
:
none
;
...
...
@@ -166,13 +154,9 @@
.dropbutton-single
.dropbutton-action
a
:active
{
background-color
:
#dfdfd9
;
background-image
:
-webkit-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-moz-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
-o-linear-gradient
(
top
,
#f6f6f3
,
#e7e7df
);
background-image
:
linear-gradient
(
to
bottom
,
#f6f6f3
,
#e7e7df
);
box-shadow
:
inset
0
1px
3px
hsla
(
0
,
0%
,
0%
,
0.2
);
-webkit-transition
:
none
;
-moz-transition
:
none
;
-o-transition
:
none
;
transition
:
none
;
}
...
...
@@ -203,8 +187,6 @@
.js
.dropbutton-wrapper
.dropbutton-widget
.dropbutton-toggle
button
:focus
{