Search - in Header Navigation
etemplate = result + more
@ -57,12 +57,12 @@
|
|||||||
}
|
}
|
||||||
.etemplate_tab row_on,
|
.etemplate_tab row_on,
|
||||||
td.etemplate_tab_active:focus {
|
td.etemplate_tab_active:focus {
|
||||||
background-color: #808080;
|
/*.background-color-50-gray;*/
|
||||||
border-width: 0 0 3px 0;
|
border-width: 0 0 3px 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
border-color: #408dd2;
|
/*border-color: @active_button_border_bottom;*/
|
||||||
color: #f2f2f2;
|
/*.color-5-gray;*/
|
||||||
}
|
}
|
||||||
.nextmatch_header select {
|
.nextmatch_header select {
|
||||||
width: 140px;
|
width: 140px;
|
||||||
@ -115,3 +115,20 @@ button.et2_button {
|
|||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
/**
|
||||||
|
* SEARCH / Suchen
|
||||||
|
*/
|
||||||
|
table.app_header {
|
||||||
|
background-color: #FFF;
|
||||||
|
margin: 0.3em;
|
||||||
|
border: 19px solid white;
|
||||||
|
}
|
||||||
|
table.app_header td.app_icon img {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
}
|
||||||
|
div.more_link {
|
||||||
|
color: #003075;
|
||||||
|
padding: 0.3em;
|
||||||
|
background-color: #ffc200;
|
||||||
|
}
|
||||||
|
@ -9,8 +9,8 @@
|
|||||||
* @version $Id$
|
* @version $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import (reference) "../../../phpgwapi/templates/default/def_buttons.less";
|
@import (reference) "../../../pixelegg/less/def_buttons.less";
|
||||||
@import (reference) "../../../phpgwapi/templates/default/def_design_pattern_color_font_shadow.less";
|
@import (reference) "../../../pixelegg/less/def_design_pattern_color_font_shadow.less";
|
||||||
|
|
||||||
.redItalic, .message {
|
.redItalic, .message {
|
||||||
color: red;
|
color: red;
|
||||||
@ -62,12 +62,12 @@
|
|||||||
|
|
||||||
.etemplate_tab row_on,
|
.etemplate_tab row_on,
|
||||||
td.etemplate_tab_active:focus {
|
td.etemplate_tab_active:focus {
|
||||||
.background-color-50-gray;
|
/*.background-color-50-gray;*/
|
||||||
border-width: 0 0 3px 0;
|
border-width: 0 0 3px 0;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
border-color: @active_button_border_bottom;
|
/*border-color: @active_button_border_bottom;*/
|
||||||
.color-5-gray;
|
/*.color-5-gray;*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -130,3 +130,32 @@ button.et2_button {
|
|||||||
padding-left: 3px;
|
padding-left: 3px;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* SEARCH / Suchen
|
||||||
|
*/
|
||||||
|
|
||||||
|
// Result
|
||||||
|
|
||||||
|
table.app_header {
|
||||||
|
background-color: #FFF;
|
||||||
|
margin: 0.3em;
|
||||||
|
border: 19px solid white;
|
||||||
|
|
||||||
|
|
||||||
|
td.app_icon {
|
||||||
|
|
||||||
|
img {.dimension_width_height_m;}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
div.more_link {
|
||||||
|
color: #003075;
|
||||||
|
padding: 0.3em;
|
||||||
|
background-color: @egw_color_1_a;
|
||||||
|
}
|
BIN
etemplate/templates/pixelegg/images/check.png
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
etemplate/templates/pixelegg/images/close.png
Executable file
After Width: | Height: | Size: 252 B |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.0 KiB |
BIN
etemplate/templates/pixelegg/images/fav_filter_normal.png
Executable file
After Width: | Height: | Size: 1.6 KiB |
BIN
etemplate/templates/pixelegg/images/lock.png
Executable file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.1 KiB |
BIN
etemplate/templates/pixelegg/images/tick.png
Executable file
After Width: | Height: | Size: 2.2 KiB |
BIN
etemplate/templates/pixelegg/images/url.png
Normal file
After Width: | Height: | Size: 2.7 KiB |