mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 19:01:43 +02:00
More sorting out of not so important button properties for button icons
This commit is contained in:
parent
3f96725bdb
commit
8ebd4efcf2
@ -247,8 +247,8 @@ button#cancel {
|
|||||||
background-position: left;
|
background-position: left;
|
||||||
}
|
}
|
||||||
.ui-dialog-buttonset button {
|
.ui-dialog-buttonset button {
|
||||||
padding-left: 6px !important;
|
padding-left: 6px;
|
||||||
background-position: left !important;
|
background-position: left;
|
||||||
background-repeat: no-repeat !important;
|
background-repeat: no-repeat !important;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
@ -1680,7 +1680,16 @@ span.ui-icon-search {
|
|||||||
.ui-dialog-buttonpane {
|
.ui-dialog-buttonpane {
|
||||||
background-color: #679fd2;
|
background-color: #679fd2;
|
||||||
}
|
}
|
||||||
.ui-dialog-buttonset button {
|
.ui-dialog-buttonset button.ui-button-text-only {
|
||||||
|
background-color: #cdcdcd;
|
||||||
|
background: inherit;
|
||||||
|
color: #000000 !important;
|
||||||
|
font-weight: normal !important;
|
||||||
|
}
|
||||||
|
.ui-dialog-buttonset button.ui-button-text-only:hover {
|
||||||
|
background-color: #b4b4b4;
|
||||||
|
}
|
||||||
|
.ui-dialog-buttonset button.ui-button {
|
||||||
/*.border_normal;*/
|
/*.border_normal;*/
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
/*.rounded (3px);*/
|
/*.rounded (3px);*/
|
||||||
@ -1706,19 +1715,10 @@ span.ui-icon-search {
|
|||||||
/*.Button_size_h32_auto;*/
|
/*.Button_size_h32_auto;*/
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
.ui-dialog-buttonset button:hover {
|
.ui-dialog-buttonset button.ui-button:hover {
|
||||||
background-color: #b4b4b4;
|
background-color: #b4b4b4;
|
||||||
color: #1e1e1e;
|
color: #1e1e1e;
|
||||||
}
|
}
|
||||||
.ui-dialog-buttonset button.ui-button-text-only {
|
|
||||||
background-color: #cdcdcd;
|
|
||||||
background: inherit;
|
|
||||||
color: #000000 !important;
|
|
||||||
font-weight: normal !important;
|
|
||||||
}
|
|
||||||
.ui-dialog-buttonset button.ui-button-text-only:hover {
|
|
||||||
background-color: #b4b4b4;
|
|
||||||
}
|
|
||||||
/*###########################################*/
|
/*###########################################*/
|
||||||
/*Dialog: calendar edit series*/
|
/*Dialog: calendar edit series*/
|
||||||
div#ui-datepicker-div {
|
div#ui-datepicker-div {
|
||||||
@ -2194,6 +2194,7 @@ body {
|
|||||||
* @package pixelegg
|
* @package pixelegg
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
@import-once "def_colors.less";
|
||||||
#socialMedia {
|
#socialMedia {
|
||||||
position: relative;
|
position: relative;
|
||||||
bottom: 20px;
|
bottom: 20px;
|
||||||
@ -4271,7 +4272,7 @@ td.message span.message {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
/*font-size: 1.1em;*/
|
/*font-size: 1.1em;*/
|
||||||
font-size: 12.1px;
|
font-size: 12.100000000000001px;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover {
|
||||||
@ -4295,7 +4296,7 @@ td.message span.message {
|
|||||||
}
|
}
|
||||||
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before {
|
#egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before {
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
font-size: 12.1px;
|
font-size: 12.100000000000001px;
|
||||||
content: " ";
|
content: " ";
|
||||||
background-image: url(../images/topmenu_items/home.png);
|
background-image: url(../images/topmenu_items/home.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -4691,7 +4692,7 @@ td.message span.message {
|
|||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
color: #999999;
|
color: #999999;
|
||||||
/*font-size: 12px;*/
|
/*font-size: 12px;*/
|
||||||
font-size: 12.1px;
|
font-size: 12.100000000000001px;
|
||||||
line-height: 17px;
|
line-height: 17px;
|
||||||
}
|
}
|
||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object {
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object {
|
||||||
@ -4863,7 +4864,7 @@ td.message span.message {
|
|||||||
margin: 5px 0px 3px 5px;
|
margin: 5px 0px 3px 5px;
|
||||||
padding: 0px 0px 0px 15px;
|
padding: 0px 0px 0px 15px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-size: 12.1px;
|
font-size: 12.100000000000001px;
|
||||||
background-image: url(../images/arrow_left.png);
|
background-image: url(../images/arrow_left.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
@ -7178,7 +7179,7 @@ span.egw_tutorial_title {
|
|||||||
margin: 5px 0px 3px 5px;
|
margin: 5px 0px 3px 5px;
|
||||||
padding: 0px 0px 0px 15px;
|
padding: 0px 0px 0px 15px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-size: 12.1px;
|
font-size: 12.100000000000001px;
|
||||||
background-image: url(../images/arrow_left.png);
|
background-image: url(../images/arrow_left.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: left center;
|
background-position: left center;
|
||||||
|
@ -1669,7 +1669,16 @@ span.ui-icon-search {
|
|||||||
.ui-dialog-buttonpane {
|
.ui-dialog-buttonpane {
|
||||||
background-color: #679fd2;
|
background-color: #679fd2;
|
||||||
}
|
}
|
||||||
.ui-dialog-buttonset button {
|
.ui-dialog-buttonset button.ui-button-text-only {
|
||||||
|
background-color: #cdcdcd;
|
||||||
|
background: inherit;
|
||||||
|
color: #000000 !important;
|
||||||
|
font-weight: normal !important;
|
||||||
|
}
|
||||||
|
.ui-dialog-buttonset button.ui-button-text-only:hover {
|
||||||
|
background-color: #b4b4b4;
|
||||||
|
}
|
||||||
|
.ui-dialog-buttonset button.ui-button {
|
||||||
/*.border_normal;*/
|
/*.border_normal;*/
|
||||||
/*.box_shadow_standard_light;*/
|
/*.box_shadow_standard_light;*/
|
||||||
/*.rounded (3px);*/
|
/*.rounded (3px);*/
|
||||||
@ -1695,19 +1704,10 @@ span.ui-icon-search {
|
|||||||
/*.Button_size_h32_auto;*/
|
/*.Button_size_h32_auto;*/
|
||||||
height: 24px;
|
height: 24px;
|
||||||
}
|
}
|
||||||
.ui-dialog-buttonset button:hover {
|
.ui-dialog-buttonset button.ui-button:hover {
|
||||||
background-color: #b4b4b4;
|
background-color: #b4b4b4;
|
||||||
color: #1e1e1e;
|
color: #1e1e1e;
|
||||||
}
|
}
|
||||||
.ui-dialog-buttonset button.ui-button-text-only {
|
|
||||||
background-color: #cdcdcd;
|
|
||||||
background: inherit;
|
|
||||||
color: #000000 !important;
|
|
||||||
font-weight: normal !important;
|
|
||||||
}
|
|
||||||
.ui-dialog-buttonset button.ui-button-text-only:hover {
|
|
||||||
background-color: #b4b4b4;
|
|
||||||
}
|
|
||||||
/*###########################################*/
|
/*###########################################*/
|
||||||
/*Dialog: calendar edit series*/
|
/*Dialog: calendar edit series*/
|
||||||
div#ui-datepicker-div {
|
div#ui-datepicker-div {
|
||||||
|
@ -314,11 +314,6 @@ span.ui-icon-search{
|
|||||||
|
|
||||||
.ui-dialog-buttonset{
|
.ui-dialog-buttonset{
|
||||||
|
|
||||||
button{
|
|
||||||
.Complete_Button_text_icon_before;
|
|
||||||
|
|
||||||
&:hover{ background-color: @gray_30; color: @gray_90;}
|
|
||||||
}
|
|
||||||
|
|
||||||
button.ui-button-text-only {background-color: @gray_20;
|
button.ui-button-text-only {background-color: @gray_20;
|
||||||
background: inherit;
|
background: inherit;
|
||||||
@ -327,6 +322,11 @@ span.ui-icon-search{
|
|||||||
|
|
||||||
&:hover{ background-color: @gray_30;}
|
&:hover{ background-color: @gray_30;}
|
||||||
}
|
}
|
||||||
|
button.ui-button{
|
||||||
|
.Complete_Button_text_icon_before;
|
||||||
|
|
||||||
|
&:hover{ background-color: @gray_30; color: @gray_90;}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*###########################################*/
|
/*###########################################*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user