Skip to content
Extraits de code Groupes Projets
Valider 79746356 rédigé par Matthieu Napoli's avatar Matthieu Napoli
Parcourir les fichiers

Removed the .box-shadow mixins as they are useless and broken (break compiling to CSS)

They are useless since box-shadow is supported in all browsers except IE 8 (in which using a prefix doesn't help anyway).
parent 808b351c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
background: @theme-color-background-base; background: @theme-color-background-base;
border: 1px solid @color-silver-l85; border: 1px solid @color-silver-l85;
.border-radius(); .border-radius();
.box-shadow-1(0 1px 1px rgba(204,204,204,.5)); box-shadow: 0 1px 1px rgba(204,204,204,.5);
overflow: hidden; overflow: hidden;
z-index: 1; z-index: 1;
......
@theme-fontFamily-base: Verdana, sans-serif; @theme-fontFamily-base: Verdana, sans-serif;
@theme-color-background-base: #b8ffe3;
@theme-color-brand: #70cad4;
/* /*
@theme-color-brand: #d4291f; @theme-color-brand: #d4291f;
@theme-color-brand-contrast: #ffffff; @theme-color-brand-contrast: #ffffff;
......
...@@ -27,24 +27,6 @@ ...@@ -27,24 +27,6 @@
background-clip: padding-box; background-clip: padding-box;
} }
.box-shadow (@string, @string1) {
-webkit-box-shadow: @string @string1;
-moz-box-shadow: @string @string1;
box-shadow: @string @string1;
}
.box-shadow-1 (@string) {
-webkit-box-shadow: @string;
-moz-box-shadow: @string;
box-shadow: @string;
}
.no-box-shadow () {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
#gradient { #gradient {
.horizontal(@start-color: #555, @end-color: #333, @start-percent: 0%, @end-percent: 100%) { .horizontal(@start-color: #555, @end-color: #333, @start-percent: 0%, @end-percent: 100%) {
......
...@@ -17,7 +17,7 @@ button[type="button"], ...@@ -17,7 +17,7 @@ button[type="button"],
.border-radius(3px) !important; .border-radius(3px) !important;
background: none !important; background: none !important;
background-color: @theme-color-brand !important; background-color: @theme-color-brand !important;
.box-shadow(~"0 1px 1px rgba(13,13,13,.3), inset 0 -1px 0 rgba(13,13,13,.1)"); box-shadow: 0 1px 1px rgba(13,13,13,.3), inset 0 -1px 0 rgba(13,13,13,.1);
#gradient > .vertical(rgba(255,255,255,.15), rgba(255,255,255,0)) !important; #gradient > .vertical(rgba(255,255,255,.15), rgba(255,255,255,0)) !important;
.font-default(12px, 16px) !important; .font-default(12px, 16px) !important;
color: @theme-color-brand-contrast !important;; color: @theme-color-brand-contrast !important;;
...@@ -89,7 +89,7 @@ button[type="button"], ...@@ -89,7 +89,7 @@ button[type="button"],
border-color: @theme-color-background-lowContrast; border-color: @theme-color-background-lowContrast;
.border-radius(0px); .border-radius(0px);
background: @theme-color-background-base; background: @theme-color-background-base;
.box-shadow(~"inset 1px 1px 3px #d8d8d8"); box-shadow: inset 1px 1px 3px #d8d8d8;
padding: 0; padding: 0;
color: @theme-color-text; color: @theme-color-text;
text-transform: uppercase; text-transform: uppercase;
......
...@@ -173,7 +173,7 @@ table.entityTable tr td a:hover { ...@@ -173,7 +173,7 @@ table.entityTable tr td a:hover {
border-top: 0px !important; border-top: 0px !important;
border-right: 0px !important; border-right: 0px !important;
border-left: 0px !important; border-left: 0px !important;
.box-shadow-1(~"inset 0 2px 4px #d8d8d8"); box-shadow: inset 0 2px 4px #d8d8d8;
} }
.widgetize { .widgetize {
...@@ -604,7 +604,7 @@ div.sparkline { ...@@ -604,7 +604,7 @@ div.sparkline {
} }
.visitor-profile-info { .visitor-profile-info {
.no-box-shadow() !important; box-shadow: none !important;
} }
.visitor-profile-latest-visit-loc { .visitor-profile-latest-visit-loc {
...@@ -691,13 +691,13 @@ div.sparkline { ...@@ -691,13 +691,13 @@ div.sparkline {
.visitor-profile { .visitor-profile {
background: none; background: none;
.box-shadow(none); box-shadow: none;
border: 0; border: 0;
.border-radius(0px); .border-radius(0px);
.visitor-profile-info { .visitor-profile-info {
.border-radius(0px); .border-radius(0px);
border: 0px; border: 0px;
.box-shadow(none) !important; box-shadow: none !important;
> div { > div {
border: 0px !important; border: 0px !important;
......
...@@ -206,7 +206,7 @@ ...@@ -206,7 +206,7 @@
#date { #date {
.border-radius(0px); .border-radius(0px);
.box-shadow(~"inset 1px 1px 3px #d8d8d8"); box-shadow: inset 1px 1px 3px #d8d8d8;
padding: 8px 10px; padding: 8px 10px;
color: @theme-color-text-lighter; color: @theme-color-text-lighter;
text-transform: uppercase; text-transform: uppercase;
...@@ -276,14 +276,14 @@ ...@@ -276,14 +276,14 @@
} }
.jqplot-seriespicker-popover { .jqplot-seriespicker-popover {
.box-shadow-1(none); box-shadow: none;
} }
// transition box // transition box
#Transitions_Container { #Transitions_Container {
#Transitions_CenterBox { #Transitions_CenterBox {
border: 1px solid @color-gray; border: 1px solid @color-gray;
.box-shadow-1(none); box-shadow: none;
.border-radius(6px); .border-radius(6px);
margin: 27px 0 0 319px; margin: 27px 0 0 319px;
width: 258px; width: 258px;
......
...@@ -2,7 +2,7 @@ body .ui-tooltip, ...@@ -2,7 +2,7 @@ body .ui-tooltip,
body .ui-tooltip.Transitions_Tooltip_Small { body .ui-tooltip.Transitions_Tooltip_Small {
border: 0px !important; border: 0px !important;
background: #000000 !important; background: #000000 !important;
.box-shadow-1(none) !important; box-shadow: none !important;
.border-radius(3px); .border-radius(3px);
.ui-tooltip-content { .ui-tooltip-content {
background: #000000; background: #000000;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter