Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
1a97add7
Commit
1a97add7
authored
Nov 24, 2009
by
Stanislav Ievlev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into school-server
Conflicts: components/ahttpd/styles/alterator.css.in
parents
4c147368
ae3d9ace
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
25 deletions
+27
-25
alterator.css.in
components/ahttpd/styles/alterator.css.in
+27
-25
No files found.
components/ahttpd/styles/alterator.css.in
View file @
1a97add7
...
...
@@ -78,32 +78,7 @@ textarea, select, input.text {
border: 1px solid #@DARK_COLOR_HEX@;;
}
.disabled {
color: #c3c7cb;
background-color: #@LIGHT_COLOR_HEX@;
}
.btn.disabled {
color: #@MIDDLE_LABELS_HEX@;
background-color: #@MIDDLE_COLOR_HEX@;
}
.btn.disabled:hover {
background-color: #@MIDDLE_COLOR_HEX@;
}
.alterator-progress {
border: 1px solid #@MIDDLE_LABELS_HEX@;
height: 20px;
width: 200px;
padding: 2px;
background-color: #@LIGHT_LABELS_HEX@;
}
.alterator-progress div {
background-color: #@MIDDLE_LABELS_HEX@;
height: 20px;
}
.next-page-button,.prev-page-button,.first-page-button,.last-page-button {
width: 25px;
...
...
@@ -357,6 +332,33 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
background-color: #@LIGHT_COLOR_HEX@;
}
/* states */
.ui-state-disabled {
cursor: default !important;
color: #c3c7cb;
background-color: #@LIGHT_COLOR_HEX@;
}
.btn.ui-state-disabled {
color: #@MIDDLE_LABELS_HEX@;
background-color: #@MIDDLE_COLOR_HEX@;
}
.btn.ui-state-disabled:hover {
background-color: #@MIDDLE_COLOR_HEX@;
}
/* progressbar */
.ui-progressbar {
height:20px;
text-align: left;
}
.ui-progressbar .ui-progressbar-value {
height:100%;
}
/* accordion */
div.alterator-accordion h3 {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment