Skip to content
Extraits de code Groupes Projets
Valider e7fad292 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

Merge pull request #9587 from RobotHoboDanceParty/widgetbackgrounds

Made changes to widget backgrounds.
parents cf0b477f a3d5f1b1
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -292,7 +292,7 @@ div.dataTable, div.dataTable > .dataTableWrapper {
margin-bottom: -1px;
margin-left: auto;
margin-right: auto;
background-color: @theme-color-background-base;
background-color: @theme-color-widget-background;
border: 1px solid @theme-color-background-tinyContrast;
height: 9px;
width: 70px;
......@@ -336,7 +336,7 @@ div.dataTable, div.dataTable > .dataTableWrapper {
margin-top: 0px;
margin-left: auto;
margin-right: auto;
background-color: @theme-color-background-base;
background-color: @theme-color-widget-background;
border: 1px solid @theme-color-background-tinyContrast;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
......
.widget {
.font-default(13px, 18px);
background: @theme-color-background-base;
border: 1px solid @color-silver-l85;
background: @theme-color-widget-background;
border: 1px solid @theme-color-widget-border;
box-shadow: 0 1px 1px rgba(204,204,204,.5);
overflow: hidden;
z-index: 1;
......@@ -54,6 +54,7 @@
padding-left: 50px;
right: 8px;
display: none;
color: @theme-color-widget-title-text;
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, @theme-color-widget-title-background 45px);
background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%, @theme-color-widget-title-background 45px);
background: linear-gradient(to right, rgba(255,255,255,0) 0%, @theme-color-widget-title-background 45px);
......@@ -115,3 +116,15 @@
display:none;
}
}
.widget table.dataTable tr td {
background-color: @theme-color-widget-background;
}
.dataTable table.dataTable tr td {
background-color: @theme-color-widget-background;
}
.bar-graph-colors[data-name=grid-background] {
color: @theme-color-widget-background !important;
}
......@@ -41,7 +41,7 @@
}
#visitsLive .settings {
background: @theme-color-background-base none repeat scroll 0 0;
background: @theme-color-widget-background none repeat scroll 0 0;
}
#visitsLive .settings a {
......@@ -322,4 +322,4 @@ a.visitor-log-visitor-profile-link {
}
.segmentedlog:hover {
background-image: url('plugins/Live/images/visitorlog-hover.png');
}
\ No newline at end of file
}
......@@ -8,3 +8,6 @@
@theme-color-code: #F3F3F3;
@theme-color-code-background: #4D4D4D;
@theme-color-widget-background: @theme-color-background-base;
@theme-color-widget-border: @color-silver-l85;
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